From 24c631a638de03ced94028345e0c872eea0243b1 Mon Sep 17 00:00:00 2001 From: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:36:04 +0200 Subject: [PATCH] add nixos build Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> --- .github/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09d62e7b6..8a256ebd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,15 @@ permissions: contents: write jobs: + nixbuild: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v25 + with: + nix_path: nixpkgs=channel:nixos-24.05 + - uses: DeterminateSystems/magic-nix-cache-action@v3 + - run: nix-build test: name: Run test suite strategy: @@ -162,4 +171,4 @@ jobs: name: jreleaser-release path: | out/jreleaser/trace.log - out/jreleaser/output.properties \ No newline at end of file + out/jreleaser/output.properties