mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/cfssl: fix eval
This commit is contained in:
parent
555208ae09
commit
ef596173f8
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ in
|
|||
ExecStart =
|
||||
with cfg;
|
||||
let
|
||||
opt = n: v: optionalString (v != null) ''-${n}="${v}"'';
|
||||
opt = n: v: lib.optionalString (v != null) ''-${n}="${v}"'';
|
||||
in
|
||||
lib.concatStringsSep " \\\n" [
|
||||
"${pkgs.cfssl}/bin/cfssl serve"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue