diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 454d898..486fbf4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,10 +8,9 @@ on: jobs: check: runs-on: nix - env: - PATH: "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/run/current-system/sw/bin:/usr/bin:/bin" steps: - - uses: actions/checkout@v4 + - name: Checkout + run: git clone https://git.cyperpunk.de/DerGrumpf/cyper-nix.git . - name: Nix flake check run: nix flake check --no-build