.direnvrc is not used

This commit is contained in:
Tom Foster 2024-04-23 09:04:52 +01:00 committed by GitHub
parent b649ed3727
commit 4827be7007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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