Skip to content
forked from divnix/digga

Commit

Permalink
Revert "Add extraArgs to lib.nixosSystem call..."
Browse files Browse the repository at this point in the history
Fixes divnix#46 by reverting commit f228ca4.

If you need the value of system, use `pkgs.system` instead.
  • Loading branch information
nrdxp committed Dec 28, 2020
1 parent 4ed7821 commit 18d9f2e
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 18d9f2e

Please sign in to comment.