v2
Some checks failed
Test / tests (push) Failing after 24s

This commit is contained in:
sinavir 2025-04-19 11:42:37 +02:00
parent 78f1f56d17
commit af457081bc
No known key found for this signature in database

View file

@ -6,8 +6,8 @@ jobs:
tests: tests:
runs-on: debian-latest runs-on: debian-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v31 - uses: https://github.com/cachix/install-nix-action@v31
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell -p hello --run hello - run: nix-shell -p hello --run hello