From 9a88a88fa98197be43817bd3db23b043e25b91ca Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 00:04:32 +0200 Subject: --- flake.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/flake.nix b/flake.nix index 993e60d..47bb6a7 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3