Skip to content

Commit

Permalink
Add extraArgs to lib.nixosSystem call to add system args.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Nov 18, 2020
1 parent d897b36 commit 684804e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ let
in
flakeModules ++ [ core global local home-manager overrides ];

extraArgs = {
inherit system;
};
};

hosts = recImport {
Expand Down

0 comments on commit 684804e

Please sign in to comment.