Switch installer to stable nixpkgs

This commit is contained in:
SebastianStork 2024-08-17 23:36:32 +02:00
parent 30f4ce2586
commit 76b7146de3
3 changed files with 21 additions and 2 deletions

View file

@ -19,7 +19,7 @@ in
inherit specialArgs;
modules = modulesOf "inspiron";
};
installer = inputs.nixpkgs.lib.nixosSystem {
installer = inputs.nixpkgs-stable.lib.nixosSystem {
inherit specialArgs;
modules = [
{ networking.hostName = "installer"; }