Unverified Commit 1d841c88 authored by Johannes Kirschbauer's avatar Johannes Kirschbauer Committed by GitHub
Browse files

nixos/lasuite-meet: make `settings` lazy! (#450327)

parents 870493f9 aeb2db15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ in

    settings = mkOption {
      type = types.submodule {
        freeformType = types.attrsOf (
        freeformType = types.lazyAttrsOf (
          types.nullOr (
            types.oneOf [
              types.str