We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b8816 commit 41b8156Copy full SHA for 41b8156
1 file changed
.github/workflows/update.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v6
18
- uses: cachix/install-nix-action@v31
19
- - run: nix profile install nixpkgs#devenv
+ - run: nix profile add nixpkgs#devenv
20
- run: |
21
devenv shell nix-prefetch -- \
22
--option extra-experimental-features flakes \
0 commit comments