diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:04:32 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:04:32 +0200 |
| commit | 9a88a88fa98197be43817bd3db23b043e25b91ca (patch) | |
| tree | 0f9e60fc7ff6324e05c0f65b6d3695437082a55d /flake.nix | |
| parent | d19407f7184f3e8b7c4ee405ed2640216c713929 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -11,24 +11,9 @@ hyprland.url = "github:hyprwm/Hyprland"; }; - outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { - # outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: let - - # defFlakeSystem = baseCfg: nixpkgs.lib.nixosSystem { - # # defFlakeSystem = nixpkgs.lib.nixosSystem { - # modules = [({ ... }: { - # imports = [ - # baseCfg - # ]; - # # Let 'nixos-version --json' know the Git revision of this flake. - # system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; - # nix.registry.nixpkgs.flake = nixpkgs; - # })]; - # }; - # in { + outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { nixosConfigurations = { - # zenbook = defFlakeSystem { zenbook = nixpkgs.lib.nixosSystem { modules = [ ./machines/zenbook/configuration.nix |
