template2: add ncurses for clear command in bootstrap
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 15:10:25 +01:00
parent 0cf72ec191
commit 78e8d7a600

View File

@@ -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