Commit c9c9abc6 authored by Christoph Heiss's avatar Christoph Heiss Committed by Matthieu Coudron
Browse files

openssh: fix 'undefined variable' error

parent b444876f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ let
        else if true  ==   v then "yes"
        else if false ==   v then "no"
        else if isList     v then concatStringsSep "," v
        else throw "unsupported type ${typeOf v}: ${(lib.generators.toPretty {}) v}";
        else throw "unsupported type ${builtins.typeOf v}: ${(lib.generators.toPretty {}) v}";

  # dont use the "=" operator
  settingsFormat = (pkgs.formats.keyValue {