mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
Stabilize the "nix-command" feature
This commit is contained in:
parent
51583851a2
commit
e638d00223
9 changed files with 6 additions and 35 deletions
|
|
@ -994,9 +994,7 @@ void DerivationGoal::buildDone()
|
|||
msg += line;
|
||||
msg += "\n";
|
||||
}
|
||||
auto nixLogCommand = experimentalFeatureSettings.isEnabled(Xp::NixCommand)
|
||||
? "nix log"
|
||||
: "nix-store -l";
|
||||
auto nixLogCommand = "nix log";
|
||||
msg += fmt("For full logs, run '" ANSI_BOLD "%s %s" ANSI_NORMAL "'.",
|
||||
nixLogCommand,
|
||||
worker.store.printStorePath(drvPath));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue