We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f5a4f commit c10e485Copy full SHA for c10e485
1 file changed
lib/default.nix
@@ -697,7 +697,9 @@ let
697
)
698
))
699
# add nix-on-droid closures to checks
700
- (withPrefix "droid-" (lib.mapAttrs (_: x: x) ((inputs.self.nixOnDroidConfigurations or { }))))
+ (withPrefix "droid-" (
701
+ lib.mapAttrs (_: x: x.activationPackage) ((inputs.self.nixOnDroidConfigurations or { }))
702
+ ))
703
# load checks from the /checks folder. Those take precedence over the others.
704
(filterPlatforms system (
705
optionalPathAttrs (src + "/checks") (
0 commit comments