From c143c1e459bea180a451edbe7242824bd848a1d5 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:43:06 +0000 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 d306db7..3580c0c 100755 --- a/install.sh +++ b/install.sh @@ -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;