err: cannot coerce function into a string

This commit is contained in:
mtgmonkey 2025-06-10 07:59:36 -04:00
parent 3d9deb544d
commit 6513e048d5

View file

@ -107,7 +107,7 @@
TimeoutSec = 300;
};
script = ''
cd ${pkg}/src
cd ${pkgs.callPackage pkg {}}/src
docker build -t compose2nix/jank-client-jank .
'';
};