workflows/cachix: fix run command

This commit is contained in:
LavaDesu 2025-05-31 23:29:36 +10:00
parent 83ac77b864
commit e801f91435
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -21,9 +21,9 @@ jobs:
with: with:
name: lava name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: - run: |
cd / cd /
cd - cd -
- run: nix flake check --keep-going --verbose - run: nix flake check --keep-going --verbose
build: build: