Skip to content

Commit

Permalink
Don't apply overlays twice
Browse files Browse the repository at this point in the history
fixes #71
  • Loading branch information
Johan Thomsen authored and adamtulinius committed Sep 10, 2019
1 parent 3370e8d commit d16b750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/eval-machines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rec {
nixpkgs.crossSystem = lib.mkDefault pkgs.hostPlatform;
nixpkgs.overlays = lib.mkDefault pkgs.overlays;
nixpkgs.pkgs = lib.mkDefault (import pkgs.path ({
inherit (config.nixpkgs) overlays localSystem;
inherit (config.nixpkgs) localSystem;
# Merge nixpkgs.config using its merge function
config = options.nixpkgs.config.type.merge ""
([ { value = pkgs.config; } options.nixpkgs.config ]);
Expand Down

0 comments on commit d16b750

Please sign in to comment.