shell: fix colmena run

Somehow SHELL variable from host was still kept in pure shell.

This should prevent colmena deploys failing when host is built against
libc newer than the one in our fhsuserenv.

Change-Id: Ia98e35e71d8d3a0ae2920a18ff2fe6a2e8ed2d53
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1910
Reviewed-by: q3k <q3k@hackerspace.pl>
changes/10/1910/4
informatic 2024-02-25 18:42:48 +01:00 committed by informatic
parent e9965d38f5
commit ebae01636e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ in with hscloud.pkgs; let
export NIX_SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-bundle.crt"
export SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-bundle.crt"
export FONTCONFIG_FILE="${fontconfig}"
export SHELL="${pkgs.bash}/bin/bash"
export HSCLOUD_NIX=yes
source ${toString ./.}/env.sh