fix hydra build

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-09 07:48:30 +01:00
parent ee940d333b
commit 99f7a9691e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -32,6 +32,7 @@
self,
nixpkgs,
flake-utils,
hydra,
...
}:
flake-utils.lib.eachSystem ["aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" "riscv64-linux"] (
@ -109,12 +110,12 @@
woodpecker-cli
woodpecker-frontend
woodpecker-server
hydra
hydra-unstable
wordpress-plugins
wordpress-themes
kubo
;
inherit (hydra.packages.${system}) hydra;
hydra-unstable = hydra.packages.${system}.hydra;
}
// (
if system == "riscv64-linux"