Unverified Commit 8c164fae authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/nextcloud-notify_push: fix defaultText rendering (#352479)

parents 8209b0d9 9dd1f943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ in
    ] (
      opt: options.services.nextcloud.config.${opt} // {
        default = config.services.nextcloud.config.${opt};
        defaultText = "config.services.nextcloud.config.${opt}";
        defaultText = lib.literalExpression "config.services.nextcloud.config.${opt}";
      }
    )
  );