fix/src/nix/registry-remove.md
2021-06-30 22:13:32 +03:00

371 B

R""(

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.

)""