trivial builders are in pkgs: nixpkgs naming L
This commit is contained in:
parent
7aa7be00d7
commit
4411883ac1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
|||
ExecStart =
|
||||
let
|
||||
execName = service;
|
||||
script = lib.writeShellScriptBin execName ''
|
||||
script = pkgs.writeShellScriptBin execName ''
|
||||
echo "hello!"
|
||||
'';
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue