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:
Timothy DeHerrera 2020-12-28 16:36:49 -07:00
parent 5204d476eb
commit 30ffeddc4b
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ let
in
flakeModules ++ [ core global local overrides ] ++ externModules;
extraArgs = {
inherit system;
};
};
hosts = recImport {