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 1f3a5d2 commit 42dd065Copy full SHA for 42dd065
release.nix
@@ -20,9 +20,9 @@ let
20
pkg . \
21
--targets linux-${arch} \
22
--no-bytecode \
23
+ --public \
24
--public-packages "*" \
- --output out\
25
- --verbose
+ --output out
26
'';
27
installPhase = ''
28
cp out $out
@@ -46,6 +46,7 @@ let
46
47
--targets win-${arch} \
48
49
50
51
--output out.exe
52
@@ -71,6 +72,7 @@ let
71
72
73
--targets macos-${arch} \
74
75
76
77
--output out
78
0 commit comments