Skip to content

Commit

Permalink
Merge pull request #74 from akirak/pure-eval
Browse files Browse the repository at this point in the history
Pass system explicitly to allow pure evaluation
  • Loading branch information
purcell authored May 21, 2022
2 parents 89feeed + f3b6cbc commit c7320d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
self: super:
let
sources = import ./nix/sources.nix;
sources = import ./nix/sources.nix { inherit (super) system; };

source_for = version: rec {
inherit version;
Expand Down

0 comments on commit c7320d1

Please sign in to comment.