From 83d8b8bf29125c5b2aa7d0d3d2c3852ef5026160 Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Mon, 22 Apr 2024 18:05:19 +0100 Subject: [PATCH] direnv fix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ed3c5e..8fcc8fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,6 @@ jobs: - name: Configure `nix-direnv` run: | echo 'source $HOME/.nix-profile/share/nix-direnv/direnvrc' > "$HOME/.direnvrc" - direnv allow - name: Install `direnv` and `nix-direnv` run: nix-env -f "" -iA direnv -iA nix-direnv