software-heritage: switch to idiomatic way of marking recursing of derivations

This commit is contained in:
Gabriel Arazas 2022-08-22 20:23:29 +08:00
parent 0907ac3f74
commit 2ee6269b1b

View File

@ -2,8 +2,7 @@
lib.fix' (self: let
callPackage = newScope self;
in {
recurseForDerivations = true;
in lib.recurseIntoAttrs {
attrs-strict = callPackage ./attrs-strict.nix { inherit python3Packages; };
aiohttp-utils = callPackage ./aiohttp-utils.nix { inherit python3Packages; };