From 0a82fe3160c8e6fa8d9f11c58ff155add14c2d80 Mon Sep 17 00:00:00 2001 From: Jakub Dorfman Date: Wed, 29 Apr 2026 18:40:02 +0200 Subject: [PATCH] fix: add git package to panel API service dependencies --- panel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/panel.nix b/panel.nix index efa9701..68e0e96 100644 --- a/panel.nix +++ b/panel.nix @@ -32,6 +32,7 @@ pkgs.coreutils pkgs.zip pkgs.unzip + pkgs.git ]; serviceConfig = {