flake.nix: add hydraJobs

This commit is contained in:
Astro 2022-04-22 20:12:12 +02:00
parent 35044b4b55
commit e8b23422af
1 changed files with 3 additions and 0 deletions

View File

@ -52,5 +52,8 @@
};
};
defaultPackage.${system} = self.packages.${system}.bevy_mandelbrot;
hydraJobs = builtins.mapAttrs (_: drv: { "${system}" = nixpkgs.lib.hydraJob drv; })
self.packages.${system};
};
}