We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dffaf4 commit ed1a6a8Copy full SHA for ed1a6a8
.github/workflows/update.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Update
21
run: |
22
nix flake update
23
- eval "${nix print-dev-env}"
+ eval "$(nix print-dev-env)"
24
cargo update
25
./fix.sh
26
0 commit comments