diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-08 22:57:14 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-21 13:32:27 +0100 |
commit | e90e74523238f37748d9f406732919374d7ee561 (patch) | |
tree | d7be371a9ab3a1c9ca2c0eb3c45527e0ee95de98 /src/nix/registry-remove.md | |
parent | 42cc98f8d66627ff7e396fb809034d3389b3bd0a (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.md | 16 |
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*. + +)"" |