forked from lix-project/lix
e90e745232
This also documents the registry format and matching/unification semantics (though not quite correctly).
17 lines
225 B
Markdown
17 lines
225 B
Markdown
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*.
|
|
|
|
)""
|