diff --git a/common.nix b/common.nix index 1bf875f..1091f00 100644 --- a/common.nix +++ b/common.nix @@ -362,7 +362,7 @@ isoConfig // { wantedBy = [ "multi-user.target" ]; after = [ "workshop-system-setup.service" ]; wants = [ "workshop-system-setup.service" ]; - path = with pkgs; [ bash wget curl coreutils gnutar ]; + path = with pkgs; [ bash wget curl coreutils gnutar ncurses gzip file gnugrep ]; script = '' # Check if abra is already installed