mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-22 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
|
||||
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; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user