.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-profile-remove" "1" "" .PP \fBWarning\fR: This program is \fBexperimental\fR and its interface is subject to change. .SH Name \fCnix profile remove\fR - remove packages from a profile .SH Synopsis \fCnix profile remove\fR [\fIoption\fR\[u2026]] \fIelements\fR\[u2026] .SH Examples .IP "\(bu" 2 Remove a package by position: .LP .EX # nix profile remove 3 .EE .IP "\(bu" 2 Remove a package by attribute path: .LP .EX # nix profile remove packages.x86_64-linux.hello .EE .IP "\(bu" 2 Remove all packages: .LP .EX # nix profile remove '.*' .EE .IP "\(bu" 2 Remove a package by store path: .LP .EX # nix profile remove /nix/store/rr3y0c6zyk7kjjl8y19s4lsrhn4aiq1z-hello-2.10 .EE .SH Description This command removes a package from a profile. .SH Options .IP "\(bu" 2 \fC--profile\fR \fIpath\fR .br The profile to update. .LP \fBCommon evaluation options:\fR .IP "\(bu" 2 \fC--arg\fR \fIname\fR \fIexpr\fR .br Pass the value \fIexpr\fR as the argument \fIname\fR to Nix functions. .IP "\(bu" 2 \fC--argstr\fR \fIname\fR \fIstring\fR .br Pass the string \fIstring\fR as the argument \fIname\fR to Nix functions. .IP "\(bu" 2 \fC--eval-store\fR \fIstore-url\fR .br The Nix store to use for evaluations. .IP "\(bu" 2 \fC--impure\fR .br Allow access to mutable paths and repositories. .IP "\(bu" 2 \fC--include\fR / \fC-I\fR \fIpath\fR .br Add \fIpath\fR to the list of locations used to look up \fC<...>\fR file names. .IP "\(bu" 2 \fC--override-flake\fR \fIoriginal-ref\fR \fIresolved-ref\fR .br Override the flake registries, redirecting \fIoriginal-ref\fR to \fIresolved-ref\fR.