replace intersectAttrs with //

This commit is contained in:
illustris 2022-01-23 12:46:26 +05:30 committed by GitHub
parent 97b9b3fe63
commit 35feee202d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ in
#
with builtins; listToAttrs (
map ( x: { name = x.pname; value = x;} ) (
import "${pkgs.path}/maintainers/scripts/build.nix" ( intersectAttrs args { maintainer = "illustris"; } )
import "${pkgs.path}/maintainers/scripts/build.nix" ( args // { maintainer = "illustris"; } )
)
)