Skip to content

Commit

Permalink
module.nix: inherit system, purify overlays and config
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 10, 2019
1 parent fdd8eeb commit 510ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ pkgs, ... }:

let
agentpkgs = import ./. {};
agentpkgs = import ./. { system = pkgs.system; };
in {
imports = [ ./for-upstream/default.nixos.nix ];

Expand Down

0 comments on commit 510ed95

Please sign in to comment.