mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
371 B
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.
)""