Skip to content

Commit

Permalink
fix(nix): copy to cachixe
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 21, 2023
1 parent 21d63c1 commit a53a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cachixe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
set -f # disable globbing
export IFS=' '
echo "Uploading paths" $OUT_PATHS
exec nix copy --to "ssh://cachixe.local" $OUT_PATHS
exec nix copy --to "ssh://carlos@cachixe.local" $OUT_PATHS
'';
in
stdenv.mkDerivation {
Expand Down

0 comments on commit a53a077

Please sign in to comment.