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 ae66e31 commit 9317404Copy full SHA for 9317404
psa/default.nix
@@ -1,7 +1,7 @@
1
# How to generate the files in this directory:
2
#
3
-# nix run nixpkgs#node2nix -- -i <(echo '["psa"]') -c composition.nix -18
+# nix run nixpkgs#node2nix -- -i <(echo '["purescript-psa"]') -c composition.nix -18
4
5
{ pkgs ? import <nixpkgs> { } }:
6
7
-(import ./composition.nix { inherit pkgs; }).psa
+(import ./composition.nix { inherit pkgs; }).purescript-psa
0 commit comments