Merge pull request #47 from nrdxp/fix-system-arg

Revert "Add extraArgs to lib.nixosSystem call..."
This commit is contained in:
Timothy DeHerrera 2020-12-28 16:39:27 -07:00 committed by GitHub
commit 5b46f6a038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {