mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-08 03:07:17 +02:00
368 B
368 B
R""(
Examples
-
Remove a package by name:
# nix profile remove hello
-
Remove all packages:
# nix profile remove '.*'
-
Remove a package by store path:
# nix profile remove /nix/store/rr3y0c6zyk7kjjl8y19s4lsrhn4aiq1z-hello-2.10
Description
This command removes a package from a profile.
)""