From 6513e048d59572dbf3750d8ccdd22837a576592d Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 10 Jun 2025 07:59:36 -0400 Subject: [PATCH] err: cannot coerce function into a string --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2c703a4..7cf41e4 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ TimeoutSec = 300; }; script = '' - cd ${pkg}/src + cd ${pkgs.callPackage pkg {}}/src docker build -t compose2nix/jank-client-jank . ''; };