diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 589ed01..0ccdcba 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -19,9 +19,14 @@ jobs: with: args: > bash -ex -c " - nix-env -iA nixpkgs.direnv - - direnv allow + source <( \ + nix \ + --extra-experimental-features flakes \ + --extra-experimental-features nix-command \ + print-dev-env \ + --no-update-lock-file \ + --no-write-lock-file \ + ) cargo tarpaulin "