fix/src/nix/registry-remove.md

23 lines
371 B
Markdown
Raw Permalink Normal View History

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