chore: add nix runner
Some checks failed
/ test (push) Failing after 13m55s

This commit is contained in:
nydragon 2025-03-01 15:11:55 +01:00
parent 15b51a5692
commit 9bdda6bfba
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 5 additions and 4 deletions

View file

@ -2,8 +2,8 @@ on: [push]
jobs:
test:
runs-on: debian-latest
container:
image: ghcr.io/nydragon/runner:latest
runs-on: nix-latest
steps:
- run: nix flake check --verbose
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
- uses: actions/checkout@v4
- run: nix --experimental-features 'nix-command flakes' flake check --verbose

View file

@ -24,6 +24,7 @@ in
labels = [
"debian-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://node:18-bullseye"
"nix-latest:docker://nixos/nix:latest"
];
settings = {