improve-bootstrap-visibility #29
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user