use pkg in service

This commit is contained in:
Zynh Ludwig 2024-08-01 00:15:17 -07:00
parent 5df7330ad8
commit c38ae133e5

View file

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