installed curl

This commit is contained in:
Jakub Dorfman 2026-04-27 12:40:42 +02:00
parent 89da2f4d36
commit 346f370e3f

View file

@ -15,6 +15,7 @@
pkgs.zip
pkgs.unzip
pkgs.jq
pkgs.curl
(pkgs.writeShellScriptBin "panelctl" (builtins.readFile ./panel/panelctl.sh))
];