In a devcontainer setup install nix packages

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent f080a6cd5a
commit 9fadf8b26f

View File

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