mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 01:21:03 +01:00
parent
f4cb25928f
commit
ceb884e4f3
5 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
let
|
||||
f = w: x: builtins.trace "[1;31mwarning: ${w}[0m" x;
|
||||
in
|
||||
lib.fold f res res.config.warnings;
|
||||
lib.foldr f res res.config.warnings;
|
||||
|
||||
extendedLib = import ./lib/stdlib-extended.nix lib;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue