From 9fadf8b26f35ee2fbff1133b2f4cda29bfb385af Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sat, 5 Apr 2025 16:37:09 -0400 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;