We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ee033 commit e53c99cCopy full SHA for e53c99c
shell.nix
@@ -9,7 +9,7 @@ let
9
repo = "easy-purescript-nix";
10
rev = "7ff5a12af5750f94d0480059dba0ba6b82c6c452";
11
sha256 = "0af25dqhs13ii4mx9jjkx2pww4ddbs741vb5gfc5ckxb084d69fq";
12
- }) {};
+ }) { inherit pkgs; };
13
14
in pkgs.stdenv.mkDerivation {
15
name = "setup-purescript";
0 commit comments