mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
Add "nix profile remove" command
This commit is contained in:
parent
555ca59f2b
commit
e30a0155d4
2 changed files with 108 additions and 3 deletions
|
|
@ -156,7 +156,7 @@ void buildProfile(const Path & out, Packages && pkgs)
|
|||
addPkg(pkgDir, priorityCounter++);
|
||||
}
|
||||
|
||||
printError("created %d symlinks in user environment", state.symlinks);
|
||||
debug("created %d symlinks in user environment", state.symlinks);
|
||||
}
|
||||
|
||||
void builtinBuildenv(const BasicDerivation & drv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue