mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
22 lines
371 B
Markdown
22 lines
371 B
Markdown
R""(
|
|
|
|
# Examples
|
|
|
|
* Remove the entry `nixpkgs` from the user registry:
|
|
|
|
```console
|
|
# nix registry remove nixpkgs
|
|
```
|
|
|
|
* 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*.
|
|
|
|
)""
|