improve-bootstrap-visibility #29
@@ -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