This reverts commit ac849e5658.
Nix 2.24 segfaults semi-randomly during evaluation on specific configs (?).
This commit prepares for another revert, putting the default back to 2.18.
Upstream issue: https://github.com/NixOS/nix/issues/11547
This commit adds radicle-explorer, a web interface for Radicle which displays
repositories, issues and patches.
The package builds the web interface itself, but a web server still needs to be
configured to serve it. This is out-of-scope for this commit, but may be added
to the related NixOS modules in the future.
The web interface is based on the API exposed by radicle-httpd. For this reason
the sources and version of the web interface have been tied directly to the
radicle-httpd package, necessitating corresponding updates on this package
whenever httpd is updated.
There's a little bit of fixed-point magic in this change to enable two features:
* Overriding build-time configuration (required to, for example, display a
different Radicle seed by default). Documentation for this is available in the
upstream repo.
* Building radicle-explorer without plausible, a web tracking package which
sends user-data to a remote host by default.
These are configured through slightly different overriding mechanisms, but I
hope to simplify this in the future with some upstream patches.
Follow up to #342584.
Similarly to that PR, it is surprising that software which was installed by the user isn't available to a script run over ssm by default.
When executing commands with ssm, users will now have more predictable access to baked-in software instead of an extremely bare-minimum set currently there.