Remove unneeded rec
This commit is contained in:
parent
23222c0c34
commit
60d004592a
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
|||
, extraModules ? [ ]
|
||||
, targetHost ? hostname
|
||||
, nixpkgs ? inputs.nixpkgs
|
||||
}: nixpkgs.lib.nixosSystem rec {
|
||||
}: nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit self system; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue