enable hydra jobs

This commit is contained in:
L-Nafaryus 2024-07-25 13:16:43 +05:00
parent d2cc211209
commit 42952ce9cd
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,12 @@ on:
- master
jobs:
check:
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
- run: |
NIXPKGS_ALLOW_BROKEN=1 nix flake check --allow-import-from-derivation --keep-going --impure
build:
runs-on: nix-runner
steps:

View File

@ -58,6 +58,10 @@
default = oscuro;
};
hydraJobs = {
packages = self.packages;
};
devShells.x86_64-linux.default = pkgs.mkShell {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = [