use pkg in service

main
Zynh Ludwig 2024-08-01 00:15:17 -07:00
parent 5df7330ad8
commit c38ae133e5
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ in
execName = service;
script = pkgs.writeShellScriptBin execName ''
echo "hello!"
echo "${config.repo-clone.pkg}"
'';
in
"${script}/bin/${execName}";