mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Switch installer to stable nixpkgs
This commit is contained in:
parent
30f4ce2586
commit
76b7146de3
3 changed files with 21 additions and 2 deletions
|
|
@ -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"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue