Skip to content

Commit

Permalink
Revert "Add extraArgs to lib.nixosSystem call to add system args."
Browse files Browse the repository at this point in the history
Fix #46 by reverting commit 684804e.

If you need the value of `system`, use `config.nixpkgs.system` instead.
  • Loading branch information
nrdxp committed Dec 28, 2020
1 parent 5204d47 commit e5f4e01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ let
in
flakeModules ++ [ core global local overrides ] ++ externModules;

extraArgs = {
inherit system;
};
};

hosts = recImport {
Expand Down

0 comments on commit e5f4e01

Please sign in to comment.