From da4d9dc4cea268cace8e5c9bfde955b0103da03e Mon Sep 17 00:00:00 2001 From: "Andrew R. M." Date: Fri, 7 Mar 2025 15:21:23 -0500 Subject: [PATCH] In a devcontainer setup install nix packages --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 1b07748..53dd9d1 100755 --- a/install.sh +++ b/install.sh @@ -33,6 +33,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;