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 c538402 commit 56e9aacCopy full SHA for 56e9aac
build.sh
@@ -15,7 +15,7 @@ echo "Building tarball for $channel"
15
sed -i s/\"$default\"/\"$channel\"/g default.nix
16
17
# Build a tarball using the name of the channel
18
-tar -cvf $channel.tar.gz \
+tar -czvf $channel.tar.gz \
19
--exclude='./.git' \
20
--exclude='./.github' \
21
--exclude='./.semaphore' \
0 commit comments