use pkg in service
This commit is contained in:
parent
5df7330ad8
commit
c38ae133e5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
||||||
execName = service;
|
execName = service;
|
||||||
script = pkgs.writeShellScriptBin execName ''
|
script = pkgs.writeShellScriptBin execName ''
|
||||||
echo "hello!"
|
echo "hello!"
|
||||||
|
echo "${config.repo-clone.pkg}"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
"${script}/bin/${execName}";
|
"${script}/bin/${execName}";
|
||||||
|
|
Loading…
Reference in a new issue