From 40d517541a7130c3e1d4083bf893b03d7592b2f9 Mon Sep 17 00:00:00 2001 From: zack Date: Fri, 25 Oct 2024 17:45:43 -0400 Subject: [PATCH] add to runtime path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f95db71..f6fe2e0 100644 --- a/flake.nix +++ b/flake.nix @@ -232,7 +232,7 @@ StartLimitBurst = 3; StartLimitInterval = 10; }; - path = [pkgs.bash]; + path = [pkgs.bash pkgs.imagemagick]; }; }; };