Skip to content

Commit

Permalink
Use nix profile instead of nix-env
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell authored Mar 11, 2024
1 parent 76315e3 commit bcc0c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcc0c51

Please sign in to comment.