diff options
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 |
