Clean up nix flake check

This commit is contained in:
Greg Hellings
2024-03-04 23:03:47 -06:00
parent 347b3005d1
commit 47b6f5737e
8 changed files with 19 additions and 14 deletions
+3 -1
View File
@@ -68,6 +68,9 @@
unstable = self.nixosConfigurations.jude.config.system.build.toplevel;
stable = self.nixosConfigurations.linode.config.system.build.toplevel;
};
aarch64-linux = {
unstable = self.nixosConfigurations.nixos.config.system.build.toplevel;
};
};
nixosConfigurations = (import ./hosts { inherit inputs overlays; });
@@ -97,7 +100,6 @@
overlays = {
default = local_overlay;
all = overlays;
};
modules = import ./modules;