mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 18:20:07 +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}"
|
||||
|
||||
echo "Using nix version $(nix --version)"
|
||||
echo "Activating flake's '$nix_shell' shell..."
|
||||
nix develop .#"$nix_shell" --impure --command "bash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue