flake.nix: Cache shell inputs through hydra

This commit is contained in:
Robert Hensing 2023-12-09 21:22:20 +01:00
parent 69b7876a08
commit a63be6578f

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: