replace intersectAttrs with //
This commit is contained in:
@@ -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"; } )
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user