Skip to content

Commit

Permalink
Use --public on pkg to ensure that pkg accepts GPL-3.0 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jan 9, 2022
1 parent 9581a9e commit 608e387
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let
pkg . \
--targets linux-${arch} \
--no-bytecode \
--public \
--public-packages "*" \
--output out\
--verbose
--output out
'';
installPhase = ''
cp out $out
Expand All @@ -46,6 +46,7 @@ let
pkg . \
--targets win-${arch} \
--no-bytecode \
--public \
--public-packages "*" \
--output out.exe
'';
Expand All @@ -71,6 +72,7 @@ let
pkg . \
--targets macos-${arch} \
--no-bytecode \
--public \
--public-packages "*" \
--output out
'';
Expand Down

0 comments on commit 608e387

Please sign in to comment.