We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b56d3e commit 5aeb47fCopy full SHA for 5aeb47f
1 file changed
.github/workflows/codeChecks.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
name: devenv
50
- name: Install devenv.sh
51
- run: nix profile install nixpkgs#devenv
+ run: nix profile add nixpkgs#devenv
52
53
- name: Build the devenv shell and run any pre-commit hooks
54
run: devenv test
0 commit comments