table of contents
other versions
- bookworm 2.8.0-1.1+b1
- testing 2.24.9+dfsg-2+b1
- unstable 2.24.12+dfsg-1
- experimental 2.25.4+dfsg-1
nix3-registry-remove(1) | General Commands Manual | nix3-registry-remove(1) |
Warning: This program is experimental and its interface is subject to change.
Name¶
nix registry remove - remove flake from user flake registry
Synopsis¶
nix registry remove [option…] url
Examples¶
- •
- Remove the entry nixpkgs from the user registry:
# nix registry remove nixpkgs
- •
- Remove the entry nixpkgs from a custom registry:
# nix registry remove --registry ./custom-flake-registry.json nixpkgs
Description¶
This command removes from the user registry any entry for flake reference url.
Options¶
- •
- --registry registry
The registry to operate on.