template2: add ncurses for clear command in bootstrap
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
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:
@@ -2,7 +2,7 @@
|
|||||||
let
|
let
|
||||||
bootstrap-script = pkgs.writeShellApplication {
|
bootstrap-script = pkgs.writeShellApplication {
|
||||||
name = "nixos-bootstrap";
|
name = "nixos-bootstrap";
|
||||||
runtimeInputs = with pkgs; [ systemd curl nixos-rebuild jq git ];
|
runtimeInputs = with pkgs; [ systemd curl nixos-rebuild jq git ncurses ];
|
||||||
text = ''
|
text = ''
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user