Skip to content

Commit

Permalink
Merge pull request #742 from stefanboere/fix-nix-pure-evaluation
Browse files Browse the repository at this point in the history
Fix pure nix evaluation of nixpkgs-old-chromium
  • Loading branch information
Ericson2314 authored Sep 12, 2021
2 parents 622ea53 + ceefb5e commit ca86281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-overlays/reflex-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let

inherit (nixpkgs) stdenv;
# Older chromium for reflex-dom-core test suite
nixpkgs_oldChromium = import ../../nixpkgs-old-chromium {};
nixpkgs_oldChromium = import ../../nixpkgs-old-chromium { inherit (nixpkgs.stdenv.buildPlatform) system; };
in
{
_dep = super._dep or {} // thunkSet ./dep;
Expand Down

0 comments on commit ca86281

Please sign in to comment.