fix hydra build #260
1 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
|
hydra,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachSystem ["aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" "riscv64-linux"] (
|
flake-utils.lib.eachSystem ["aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" "riscv64-linux"] (
|
||||||
|
@ -109,12 +110,12 @@
|
||||||
woodpecker-cli
|
woodpecker-cli
|
||||||
woodpecker-frontend
|
woodpecker-frontend
|
||||||
woodpecker-server
|
woodpecker-server
|
||||||
hydra
|
|
||||||
hydra-unstable
|
|
||||||
wordpress-plugins
|
wordpress-plugins
|
||||||
wordpress-themes
|
wordpress-themes
|
||||||
kubo
|
kubo
|
||||||
;
|
;
|
||||||
|
inherit (hydra.packages.${system}) hydra;
|
||||||
|
hydra-unstable = hydra.packages.${system}.hydra;
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
if system == "riscv64-linux"
|
if system == "riscv64-linux"
|
||||||
|
|
Reference in a new issue