Unverified Commit 81dc549f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

lib.mkEnableOption: fix syntax error in example comment (#415426)

parents bf0b7ef2 b6bb27bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -170,8 +170,8 @@ rec {

            config.foo.enable = true;
          }
        ]:
      }
        ];
      };
    in
    eval.config
    => { foo.enable = true; }