mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Recursive optimizations (!)
This commit is contained in:
parent
b2c521273f
commit
52d7d35514
2 changed files with 81 additions and 21 deletions
|
|
@ -42,14 +42,14 @@ in
|
|||
inherit unstable;
|
||||
inherit nur;
|
||||
})]
|
||||
++ optional cfg.traceCallPackage [(self: super: {
|
||||
++ optional cfg.traceCallPackage (self: super: {
|
||||
callPackage = path: overrides:
|
||||
let
|
||||
_pkg = super.callPackage path overrides;
|
||||
_name = _pkg.name or _pkg.pname or "<unknown>";
|
||||
in trace "callPackage ${_name}" _pkg
|
||||
;
|
||||
})]
|
||||
})
|
||||
++ [(self: super: {
|
||||
htop = super.htop.overrideAttrs (old: {
|
||||
configureFlags = old.configureFlags ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue