1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #10449 from Ma27/rl-2.20-nix-copy-ssh-ng

doc/rl-2.20: add missing entry about `nix copy --to ssh-ng://...`
This commit is contained in:
Théophane Hufschmitt 2024-04-10 11:44:31 +02:00 committed by GitHub
commit 65d711351e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,3 +200,8 @@
while performing various operations (including `nix develop`, `nix flake
update`, and so on). With several fixes to Nix's signal handlers, Nix
commands will now exit quickly after Ctrl-C is pressed.
- `nix copy` to a `ssh-ng` store now needs `--substitute-on-destination` (a.k.a. `-s`)
in order to substitute paths on the remote store instead of copying them.
The behavior is consistent with `nix copy` to a different kind of remote store.
Previously this behavior was controlled by `--builders-use-substitutes`.