diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:40:10 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:40:10 +0200 |
| commit | 06f52643745f49c9359b597f09db35df7f47791e (patch) | |
| tree | 1683d60f80746ba2a49aadb6a5c5f83cafe10267 /flake.nix | |
| parent | b543fe9a7714686c7c8e2ff35895de6fa558be53 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -13,19 +13,9 @@ # outputs = { self, nixpkgs }: { outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: let - - system = "x86_64-linux"; defFlakeSystem = baseCfg: nixpkgs.lib.nixosSystem { # defFlakeSystem = nixpkgs.lib.nixosSystem { - pkgs = import nixpkgs { - inherit system; - config.allowUnfree = true; - }; - unstable = import nixpkgs-unstable { - inherit system; - config.allowUnfree = true; - }; modules = [({ ... }: { imports = [ baseCfg @@ -47,7 +37,6 @@ nixosConfigurations = { zenbook = defFlakeSystem { - inherit system; modules = [ ./machines/zenbook/configuration.nix |
