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 003975c commit 377b0a1Copy full SHA for 377b0a1
.github/workflows/buildAndCache.yml
@@ -36,4 +36,4 @@ jobs:
36
run: nix build -L .#arm-embedded-toolchain
37
38
- name: Build pebbleEnv
39
- run: nix-shell -A pebbleEnv --run "echo OK"
+ run: nix shell -f default.nix pebbleEnv --command sh -c "echo OK"
0 commit comments