diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e8fa75..c9902e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,5 +29,5 @@ jobs: - name: Test parameter parsing run: nix-instantiate --eval --strict test/testParams.nix - name: Check the derivation - run: nix flake check --override-input org-babel .. + run: nix flake check --no-write-lock-file --override-input org-babel "path:$PWD/.." working-directory: test