forked from rarias/bscpkgs
Make lib imports in overlay explicit
This commit is contained in:
parent
46524cd2ec
commit
cf3543690d
@ -1,10 +1,10 @@
|
||||
final: /* Future last stage */
|
||||
prev: /* Previous stage */
|
||||
|
||||
with final.lib;
|
||||
|
||||
let
|
||||
callPackage = final.callPackage;
|
||||
inherit (prev.lib) collect isDerivation mapAttrs;
|
||||
|
||||
inherit (final) callPackage;
|
||||
|
||||
mkDeps = name: pkgs: final.runCommand name { }
|
||||
"printf '%s\n' ${toString (collect (x: x ? outPath) pkgs)} > $out";
|
||||
|
Loading…
x
Reference in New Issue
Block a user