err: cannot coerce function into a string
This commit is contained in:
parent
3d9deb544d
commit
6513e048d5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
TimeoutSec = 300;
|
TimeoutSec = 300;
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
cd ${pkg}/src
|
cd ${pkgs.callPackage pkg {}}/src
|
||||||
docker build -t compose2nix/jank-client-jank .
|
docker build -t compose2nix/jank-client-jank .
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue