Skip to content

Commit

Permalink
FIXUP?
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 10, 2023
1 parent 564fa95 commit f2844de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@

cabal2nixOptions = "--benchmark -fdev";

overrides = _ : _: {
doCheck = system == "x86_64-linux";
modifier = drv: drv // {
doCheck = builtins.trace system system == "x86_64-linux";
};
};

Expand Down

0 comments on commit f2844de

Please sign in to comment.