Revert "Add extraArgs to lib.nixosSystem call..."
Fixes #46 by reverting commit 684804ebe0
.
If you need the value of system, use `pkgs.system` instead.
This commit is contained in:
parent
5204d476eb
commit
30ffeddc4b
@ -69,9 +69,6 @@ let
|
|||||||
in
|
in
|
||||||
flakeModules ++ [ core global local overrides ] ++ externModules;
|
flakeModules ++ [ core global local overrides ] ++ externModules;
|
||||||
|
|
||||||
extraArgs = {
|
|
||||||
inherit system;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hosts = recImport {
|
hosts = recImport {
|
||||||
|
Loading…
Reference in New Issue
Block a user