From 19ba69fc20f753cef99b4f5993cc5c1bafcd7fd2 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 22:21:29 -0500 Subject: [PATCH] feat: raw nix env --- .github/workflows/pr.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 "