branch: elpa/reformatter commit bcc0c51dfdc638739d8e86c8f68871d9e41a8629 Author: Steve Purcell <st...@sanityinc.com> Commit: GitHub <nore...@github.com>
Use nix profile instead of nix-env --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd6ea8addf..9ddce5091c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,6 @@ jobs: version: ${{ matrix.emacs_version }} - uses: actions/checkout@v4 - name: Install deps for tests - run: nix-env -i shfmt -f '<nixpkgs>' + run: nix profile install 'nixpkgs#shfmt' - name: Run tests run: make compile test