Loading
Revert "nixos/syncthing: missing `--fail` to `curl`"
This reverts commit a8b8f8f8. It introduced a failure in the syncthing service, where it hangs at the curl step, repeatedly printing this: l3ijkvb20h5nnffg5q25i4nmcsbf7glx-merge-syncthing-config[1458]: curl: (22) The requested URL returned error: 404 l3ijkvb20h5nnffg5q25i4nmcsbf7glx-merge-syncthing-config[1458]: curl: (22) The requested URL returned error: 404 l3ijkvb20h5nnffg5q25i4nmcsbf7glx-merge-syncthing-config[1458]: curl: (22) The requested URL returned error: 404 [...] This is unfortunately not detected by `nix-build -A syncthing.tests`. Ref https://github.com/NixOS/nixpkgs/pull/390742