Skip to content

Commit 42dd065

Browse files
committed
Use --public on pkg to ensure that pkg accepts other FOSS licenses
1 parent 1f3a5d2 commit 42dd065

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ let
2020
pkg . \
2121
--targets linux-${arch} \
2222
--no-bytecode \
23+
--public \
2324
--public-packages "*" \
24-
--output out\
25-
--verbose
25+
--output out
2626
'';
2727
installPhase = ''
2828
cp out $out
@@ -46,6 +46,7 @@ let
4646
pkg . \
4747
--targets win-${arch} \
4848
--no-bytecode \
49+
--public \
4950
--public-packages "*" \
5051
--output out.exe
5152
'';
@@ -71,6 +72,7 @@ let
7172
pkg . \
7273
--targets macos-${arch} \
7374
--no-bytecode \
75+
--public \
7476
--public-packages "*" \
7577
--output out
7678
'';

0 commit comments

Comments
 (0)