mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore: echo nix version before activating shell
This commit is contained in:
parent
6b870cd4dc
commit
0150026aea
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ cd "$CI_PROJECT_DIR"
|
||||||
|
|
||||||
nix_shell="${NIX_CI_SHELL:-ci}"
|
nix_shell="${NIX_CI_SHELL:-ci}"
|
||||||
|
|
||||||
|
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"
|
nix develop .#"$nix_shell" --impure --command "bash"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue