From 78e8d7a60036833eafcfa015c780bef0918aba39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 7 Feb 2026 15:10:25 +0100 Subject: [PATCH] template2: add ncurses for clear command in bootstrap Co-Authored-By: Claude Opus 4.5 --- hosts/template2/bootstrap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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