mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
software-heritage: switch to idiomatic way of marking recursing of derivations
This commit is contained in:
parent
0907ac3f74
commit
2ee6269b1b
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
lib.fix' (self: let
|
lib.fix' (self: let
|
||||||
callPackage = newScope self;
|
callPackage = newScope self;
|
||||||
in {
|
in lib.recurseIntoAttrs {
|
||||||
recurseForDerivations = true;
|
|
||||||
attrs-strict = callPackage ./attrs-strict.nix { inherit python3Packages; };
|
attrs-strict = callPackage ./attrs-strict.nix { inherit python3Packages; };
|
||||||
aiohttp-utils = callPackage ./aiohttp-utils.nix { inherit python3Packages; };
|
aiohttp-utils = callPackage ./aiohttp-utils.nix { inherit python3Packages; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user