mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore(ci-image): print nix develop command and remove bash command
This commit is contained in:
parent
e6fa201519
commit
e02187927b
1 changed files with 4 additions and 1 deletions
|
|
@ -7,4 +7,7 @@ nix_shell="${NIX_CI_SHELL:-ci}"
|
||||||
|
|
||||||
echo "Using nix version $(nix --version)"
|
echo "Using nix version $(nix --version)"
|
||||||
echo "Activating flake's '$nix_shell' shell..."
|
echo "Activating flake's '$nix_shell' shell..."
|
||||||
nix develop .#"$nix_shell" --impure --command "bash"
|
|
||||||
|
set -o xtrace
|
||||||
|
nix develop .#$nix_shell --impure
|
||||||
|
set +o xtrace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue