trivial builders are in pkgs: nixpkgs naming L

main
Zynh Ludwig 2024-08-01 00:10:13 -07:00
parent 7aa7be00d7
commit 4411883ac1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ in
ExecStart = ExecStart =
let let
execName = service; execName = service;
script = lib.writeShellScriptBin execName '' script = pkgs.writeShellScriptBin execName ''
echo "hello!" echo "hello!"
''; '';
in in