In a devcontainer setup install nix packages

This commit is contained in:
Andrew R. M. 2025-03-07 15:21:23 -05:00
parent 37d71e1e43
commit da4d9dc4ce

View File

@ -33,6 +33,7 @@ if [ -f /etc/os-release ]; then
else else
if [ "${CODER_TEMPLATE_TYPE}" == "Devcontainer" ]; then if [ "${CODER_TEMPLATE_TYPE}" == "Devcontainer" ]; then
installers/install-nix.sh installers/install-nix.sh
installers/install-nix-packages-flake.sh
fi fi
echo "ERROR: Unable to find '/etc/os-release' information!" 1>&2; echo "ERROR: Unable to find '/etc/os-release' information!" 1>&2;
exit 1; exit 1;