1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Merge pull request #10715 from fricklerhandwerk/remove-copy-closure-guide

redirect "Copying Closures via SSH" guide to `nix-copy-closure`
This commit is contained in:
Robert Hensing 2024-05-20 18:10:27 +02:00 committed by GitHub
commit 8953bdbf32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 36 deletions

View file

@ -285,7 +285,7 @@ const redirects = {
"ch-basic-package-mgmt": "package-management/basic-package-mgmt.html",
"ssec-binary-cache-substituter": "package-management/binary-cache-substituter.html",
"sec-channels": "command-ref/nix-channel.html",
"ssec-copy-closure": "package-management/copy-closure.html",
"ssec-copy-closure": "command-ref/nix-copy-closure.html",
"sec-garbage-collection": "package-management/garbage-collection.html",
"ssec-gc-roots": "package-management/garbage-collector-roots.html",
"chap-package-management": "package-management/index.html",