Skip to content

Commit cc64b5a

Browse files
committed
Fix Nix workflow shell
1 parent eeab85b commit cc64b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
defaults:
1616
run:
17-
shell: bash --noprofile --norc -eo pipefail -c 'nix develop ${NIX_DEVELOP:?} --command bash --noprofile --norc -eo pipefail ${1:?}' -- {0}
17+
shell: bash --noprofile --norc -eo pipefail -c 'nix develop "$NIX_DEVELOP" --command bash --noprofile --norc -eo pipefail "$1"' -- {0}
1818

1919
jobs:
2020
flake-check:

0 commit comments

Comments
 (0)