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