forked from lix-project/lix
flake.nix: Cache shell inputs through hydra
This commit is contained in:
parent
69b7876a08
commit
a63be6578f
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue