diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-20 12:17:54 -0700 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-05-22 21:13:56 +0200 |
commit | dcc7ea54986e0712666b15b502b6f89dd42b000c (patch) | |
tree | b61015050de043a02c0b78a9cac6fe4b985d0398 /doc/manual/rl-next/ssh-ng-substitute.md | |
parent | 0bf4c2971f6b57dbba3b79986d9f65ae7924260f (diff) |
release notes: add a bunch of them
Also fix typos introduced by the commits I read.
I have run the addDrvOutputDependencies release note past Ericson since
I was confused by what the heck it was doing, and he was saying it was
reasonable.
Change-Id: Id015353b00938682f7faae7de43df7f991a5237e
Diffstat (limited to 'doc/manual/rl-next/ssh-ng-substitute.md')
-rw-r--r-- | doc/manual/rl-next/ssh-ng-substitute.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/rl-next/ssh-ng-substitute.md b/doc/manual/rl-next/ssh-ng-substitute.md new file mode 100644 index 000000000..20f79c106 --- /dev/null +++ b/doc/manual/rl-next/ssh-ng-substitute.md @@ -0,0 +1,9 @@ +--- +synopsis: Fix `ssh-ng://` remotes not respecting `--substitute-on-destination` +prs: 9600 +credits: SharzyL +category: Fixes +--- + +`nix copy ssh-ng://` now respects `--substitute-on-destination`, as does `nix-copy-closure` and other commands that operate on remote `ssh-ng` stores. +Previously this was always set by `builders-use-substitutes` setting. |