nixos/nix: wrap nix-env with log format bar
This commit is contained in:
parent
0cc888cb86
commit
567358418b
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ let
|
||||||
wrapProgram $out/bin/nix-shell \
|
wrapProgram $out/bin/nix-shell \
|
||||||
--add-flags "--log-format" \
|
--add-flags "--log-format" \
|
||||||
--add-flags "bar"
|
--add-flags "bar"
|
||||||
|
wrapProgram $out/bin/nix-env \
|
||||||
|
--add-flags "--log-format" \
|
||||||
|
--add-flags "bar"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue