aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/registry-add-shorthand-only.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
committerJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
commit7e0fee530939cded2cf036ee8b4cc3cfd1103c0e (patch)
tree2c8efb5417818e3e6400a2c39414988bd2698f9d /doc/manual/rl-next/registry-add-shorthand-only.md
parent5137cea99044d54337e439510a647743110b2d7d (diff)
release: release notes for 2.91.0
Release created with releng/create_release.xsh Change-Id: Ieb6ca02d3cf986b28440fce3792e8c38ce80a33e
Diffstat (limited to 'doc/manual/rl-next/registry-add-shorthand-only.md')
-rw-r--r--doc/manual/rl-next/registry-add-shorthand-only.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/manual/rl-next/registry-add-shorthand-only.md b/doc/manual/rl-next/registry-add-shorthand-only.md
deleted file mode 100644
index 72f972b0a..000000000
--- a/doc/manual/rl-next/registry-add-shorthand-only.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-synopsis: "`nix registry add` now requires a shorthand flakeref on the 'from' side"
-cls: 1494
-credits: delan
-category: Improvements
----
-
-The 'from' argument must now be a shorthand flakeref like `nixpkgs` or `nixpkgs/nixos-20.03`, making it harder to accidentally swap the 'from' and 'to' arguments.
-
-Registry entries that map from other flake URLs can still be specified in registry.json, the `nix.registry` option in NixOS, or the `--override-flake` option in the CLI, but they are not guaranteed to work correctly.