Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 10, 2023
1 parent f2844de commit 68cc119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
cabal2nixOptions = "--benchmark -fdev";

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

Expand Down

0 comments on commit 68cc119

Please sign in to comment.