From 4827be700781597ec4273fff7834735059dafcfc Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Tue, 23 Apr 2024 09:04:52 +0100 Subject: [PATCH] .direnvrc is not used --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71109f2d..6e2c3f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Package build environment for Artifact run: | - sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf $HOME/.direnvrc + sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf - name: Store build environment uses: actions/upload-artifact@v4