Provided by: nix-bin_2.8.0-1_amd64
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. nix3-registry-remove(1)