From 81541ea36d1fead4be7797e826ee325d4c19308b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 21 Apr 2025 14:55:32 -0700 Subject: [PATCH] lorri: fix missing makeSearchPath (#6875) --- modules/services/lorri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix index ff669f30..be61c2c2 100644 --- a/modules/services/lorri.nix +++ b/modules/services/lorri.nix @@ -66,7 +66,7 @@ in let path = with pkgs; - makeSearchPath "bin" [ + lib.makeSearchPath "bin" [ cfg.nixPackage gitMinimal gnutar