In a devcontainer setup install nix packages
This commit is contained in:
parent
28d0942bb9
commit
c143c1e459
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user