Skip to content

Commit ceefb5e

Browse files
authored
Actually, prefer to get system from ...buildPlatform
We are going to run chromium during testing, so it's the build platform. If build != host, (which, granted, we don't yet run tests for) we could run the test app in an emulator, but there is no point running chromium in an emulator too, as JSaddle shouldn't care.
1 parent 2ae2de3 commit ceefb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-overlays/reflex-packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
2020

2121
inherit (nixpkgs) stdenv;
2222
# Older chromium for reflex-dom-core test suite
23-
nixpkgs_oldChromium = import ../../nixpkgs-old-chromium { inherit (nixpkgs.stdenv) system; };
23+
nixpkgs_oldChromium = import ../../nixpkgs-old-chromium { inherit (nixpkgs.stdenv.buildPlatform) system; };
2424
in
2525
{
2626
_dep = super._dep or {} // thunkSet ./dep;

0 commit comments

Comments
 (0)