Skip to content

Commit

Permalink
Revert "Add a workaround the fact plutus-tx-plugin is "special""
Browse files Browse the repository at this point in the history
This reverts commit 83cc0be.
  • Loading branch information
neilmayhew committed Nov 16, 2024
1 parent 5546e35 commit 12d29c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
'';

shell = {
# Due to plutus-tx-plugin being a bit special, we need to augment the default package selection.
packages = ps: builtins.attrValues (nixpkgs.haskell-nix.haskellLib.selectLocalPackages ps) ++ [ps.plutus-tx-plugin];

# force LANG to be UTF-8, otherwise GHC might choke on UTF encoded data.
shellHook = ''
export LANG=en_US.UTF-8
Expand Down

0 comments on commit 12d29c9

Please sign in to comment.