Skip to content

Commit 1be7d79

Browse files
authored
Merge pull request #907 from yihuang/patch-1
Make overlay evaluation pure
2 parents 249c8cc + f2c7010 commit 1be7d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in rec {
7171
import (self.pkgs.fetchFromGitHub {
7272
inherit owner rev sha256;
7373
repo = "nixpkgs";
74-
}) {};
74+
}) { inherit (super) system; };
7575
in
7676
self.pkgs.recurseIntoAttrs (
7777
fetchSolcVersions { owner = "NixOS"; attr = super.system; }

0 commit comments

Comments
 (0)