Skip to content

Commit

Permalink
Merge pull request #1408 from Plutonomicon/klntsky/fix-chromium
Browse files Browse the repository at this point in the history
Use a pinned revision of Chromium
  • Loading branch information
klntsky committed Jan 23, 2023
2 parents b11dfeb + 298b2cd commit 31ad48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let
# available in the shell environment. This can help with ensuring that
# any e2e tests that you write and run with `Contract.Test.E2E` are
# reproducible
, withChromium ? false
, withChromium ? true
}:
assert pkgs.lib.assertOneOf "formatter" formatter [ "purs-tidy" "purty" ];
with pkgs.lib;
Expand Down

0 comments on commit 31ad48c

Please sign in to comment.