From 45f2e6c23068464f5da932172ee906a546e53e9e Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 19 Aug 2025 17:37:59 +0200 Subject: [PATCH] feat: add essential tools to systemd service path in common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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