improve-bootstrap-visibility #29

Merged
torjus merged 11 commits from improve-bootstrap-visibility into master 2026-02-07 15:00:09 +00:00
Showing only changes of commit 78e8d7a600 - Show all commits

View File

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