mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(ci-image): not specifying bash breaks PATH
This commit is contained in:
parent
e02187927b
commit
fbb88eac07
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ echo "Using nix version $(nix --version)"
|
||||||
echo "Activating flake's '$nix_shell' shell..."
|
echo "Activating flake's '$nix_shell' shell..."
|
||||||
|
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
nix develop .#$nix_shell --impure
|
nix develop .#$nix_shell --impure --command "bash"
|
||||||
set +o xtrace
|
set +o xtrace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue