aboutsummaryrefslogtreecommitdiff
path: root/src/nix/registry-remove.md
blob: 4c0eb49470c2b311eda74466cde4891ad87744a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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*.

)""