.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-registry-remove" "1" "" .PP \fBWarning\fR: This program is \fBexperimental\fR and its interface is subject to change. .SH Name \fCnix registry remove\fR - remove flake from user flake registry .SH Synopsis \fCnix registry remove\fR [\fIoption\fR\[u2026]] \fIurl\fR .SH Examples .IP "\(bu" 2 Remove the entry \fCnixpkgs\fR from the user registry: .LP .EX # nix registry remove nixpkgs .EE .IP "\(bu" 2 Remove the entry \fCnixpkgs\fR from a custom registry: .LP .EX # nix registry remove --registry ./custom-flake-registry.json nixpkgs .EE .SH Description This command removes from the user registry any entry for flake reference \fIurl\fR. .SH Options .IP "\(bu" 2 \fC--registry\fR \fIregistry\fR .br The registry to operate on.