aboutsummaryrefslogtreecommitdiff
path: root/src/nix/registry-remove.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-12-08 22:57:14 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-12-21 13:32:27 +0100
commite90e74523238f37748d9f406732919374d7ee561 (patch)
treed7be371a9ab3a1c9ca2c0eb3c45527e0ee95de98 /src/nix/registry-remove.md
parent42cc98f8d66627ff7e396fb809034d3389b3bd0a (diff)
Add 'nix registry' manpages
This also documents the registry format and matching/unification semantics (though not quite correctly).
Diffstat (limited to 'src/nix/registry-remove.md')
-rw-r--r--src/nix/registry-remove.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/nix/registry-remove.md b/src/nix/registry-remove.md
new file mode 100644
index 000000000..4c0eb4947
--- /dev/null
+++ b/src/nix/registry-remove.md
@@ -0,0 +1,16 @@
+R""(
+
+# Examples
+
+* Remove the entry `nixpkgs` from the user registry:
+
+ ```console
+ # nix registry remove nixpkgs
+ ```
+
+# Description
+
+This command removes from the user registry any entry for flake
+reference *url*.
+
+)""