Skip to content

Commit

Permalink
shell.nix: add note about shellFor
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Aug 14, 2018
1 parent 75187aa commit de9811a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: replace with shellFor once our pinned nixpkgs advances past
# 5523ec8f3c78704c6e76b7675bfce41d24a3feb1, before which it doesn't
# handle overridden dependencies properly
let
localLib = import ./lib.nix;
in
Expand All @@ -19,7 +22,7 @@ let
]);

in
# This is an environment for running the frontend deps regeneration script.
# This is an environment for running the deps regeneration script.
pkgs.stdenv.mkDerivation {
name = "plutus-ghc";
buildInputs = with pkgs; [ ghc ];
Expand Down

0 comments on commit de9811a

Please sign in to comment.