Merge pull request #9575 from hercules-ci/shell-on-hydra

flake.nix: Cache shell inputs through hydra
This commit is contained in:
Robert Hensing 2023-12-10 04:42:29 +01:00 committed by GitHub
commit b1842a4f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -540,6 +540,8 @@
# Binary package for various platforms.
build = forAllSystems (system: self.packages.${system}.nix);
shellInputs = forAllSystems (system: self.devShells.${system}.default.inputDerivation);
buildStatic = lib.genAttrs linux64BitSystems (system: self.packages.${system}.nix-static);
buildCross = forAllCrossSystems (crossSystem: