2020-12-08 21:57:14 +00:00
|
|
|
R""(
|
|
|
|
|
|
|
|
# Examples
|
|
|
|
|
|
|
|
* Remove the entry `nixpkgs` from the user registry:
|
|
|
|
|
|
|
|
```console
|
|
|
|
# nix registry remove nixpkgs
|
|
|
|
```
|
|
|
|
|
2021-06-30 19:13:32 +00:00
|
|
|
* Remove the entry `nixpkgs` from a custom registry:
|
|
|
|
|
|
|
|
```console
|
|
|
|
# nix registry remove --registry ./custom-flake-registry.json nixpkgs
|
|
|
|
```
|
|
|
|
|
2020-12-08 21:57:14 +00:00
|
|
|
# Description
|
|
|
|
|
|
|
|
This command removes from the user registry any entry for flake
|
|
|
|
reference *url*.
|
|
|
|
|
|
|
|
)""
|