Skip to content

Commit

Permalink
shell.nix: Add back enableHaskellProfiling arg
Browse files Browse the repository at this point in the history
Recover `enableHaskellProfiling` shell.nix argument to get shell
environments with haskell profiling enabled.
  • Loading branch information
gilligan committed Jun 8, 2021
1 parent 062ef82 commit d21ed48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
@@ -1,5 +1,6 @@
{ system ? builtins.currentSystem
, packages ? import ./. { inherit system; }
, enableHaskellProfiling ? false
, packages ? import ./. { inherit system enableHaskellProfiling; }
}:
let
inherit (packages) pkgs plutus plutus-playground marlowe-playground plutus-pab marlowe-dashboard deployment docs;
Expand Down

0 comments on commit d21ed48

Please sign in to comment.