Skip to content

Commit

Permalink
Don't push drv files to cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Sep 7, 2020
1 parent fad2a6c commit 6ae4c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/nix/install-nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ save_cache() {
if [ -n "${CACHIX_SIGNING_KEY:-}" ];
then
echo "CACHIX_SIGNING_KEY is set, uploading cache"
nix path-info --all | cachix push $cachix_cache
nix path-info --all | grep -v '.*.drv$' | cachix push $cachix_cache
else
echo "CACHIX_SIGNING_KEY not set, not uploading cache"
fi
Expand Down

0 comments on commit 6ae4c77

Please sign in to comment.