replace intersectAttrs with //
This commit is contained in:
parent
97b9b3fe63
commit
35feee202d
@ -7,6 +7,6 @@ in
|
|||||||
#
|
#
|
||||||
with builtins; listToAttrs (
|
with builtins; listToAttrs (
|
||||||
map ( x: { name = x.pname; value = x;} ) (
|
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"; } )
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user