Skip to content

Commit 9317404

Browse files
committed
psa default.nix
1 parent ae66e31 commit 9317404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psa/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to generate the files in this directory:
22
#
3-
# nix run nixpkgs#node2nix -- -i <(echo '["psa"]') -c composition.nix -18
3+
# nix run nixpkgs#node2nix -- -i <(echo '["purescript-psa"]') -c composition.nix -18
44
#
55
{ pkgs ? import <nixpkgs> { } }:
66

7-
(import ./composition.nix { inherit pkgs; }).psa
7+
(import ./composition.nix { inherit pkgs; }).purescript-psa

0 commit comments

Comments
 (0)