mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
replaceDependencies: show warnings as such
This commit is contained in:
parent
3616cfb8d9
commit
6fc0699003
@ -42,7 +42,6 @@
|
||||
let
|
||||
inherit (builtins) unsafeDiscardStringContext appendContext;
|
||||
inherit (lib)
|
||||
trace
|
||||
listToAttrs
|
||||
isStorePath
|
||||
readFile
|
||||
@ -55,7 +54,7 @@ let
|
||||
inherit (lib.attrsets) mergeAttrsList;
|
||||
|
||||
toContextlessString = x: unsafeDiscardStringContext (toString x);
|
||||
warn = if verbose then trace else (x: y: y);
|
||||
warn = if verbose then lib.warn else (x: y: y);
|
||||
|
||||
referencesOf =
|
||||
drv:
|
||||
|
Loading…
Reference in New Issue
Block a user