Skip to content

Commit e53c99c

Browse files
Update shell.nix
1 parent 85ee033 commit e53c99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
repo = "easy-purescript-nix";
1010
rev = "7ff5a12af5750f94d0480059dba0ba6b82c6c452";
1111
sha256 = "0af25dqhs13ii4mx9jjkx2pww4ddbs741vb5gfc5ckxb084d69fq";
12-
}) {};
12+
}) { inherit pkgs; };
1313

1414
in pkgs.stdenv.mkDerivation {
1515
name = "setup-purescript";

0 commit comments

Comments
 (0)