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 eeab85b commit cc64b5aCopy full SHA for cc64b5a
1 file changed
.github/workflows/nix.yaml
@@ -14,7 +14,7 @@ env:
14
15
defaults:
16
run:
17
- shell: bash --noprofile --norc -eo pipefail -c 'nix develop ${NIX_DEVELOP:?} --command bash --noprofile --norc -eo pipefail ${1:?}' -- {0}
+ shell: bash --noprofile --norc -eo pipefail -c 'nix develop "$NIX_DEVELOP" --command bash --noprofile --norc -eo pipefail "$1"' -- {0}
18
19
jobs:
20
flake-check:
0 commit comments