diff --git a/hosts/template2/bootstrap.nix b/hosts/template2/bootstrap.nix index 07bd829..441185c 100644 --- a/hosts/template2/bootstrap.nix +++ b/hosts/template2/bootstrap.nix @@ -2,7 +2,7 @@ let bootstrap-script = pkgs.writeShellApplication { name = "nixos-bootstrap"; - runtimeInputs = with pkgs; [ systemd curl nixos-rebuild jq git ]; + runtimeInputs = with pkgs; [ systemd curl nixos-rebuild jq git ncurses ]; text = '' set -euo pipefail