2024-04-26 02:21:48 +02:00
|
|
|
# conduwuit for NixOS
|
2024-03-22 04:16:20 +01:00
|
|
|
|
2024-05-12 06:37:00 +02:00
|
|
|
conduwuit can be acquired by [Lix][lix] from various places:
|
2024-03-22 04:16:20 +01:00
|
|
|
|
|
|
|
* The `flake.nix` at the root of the repo
|
|
|
|
* The `default.nix` at the root of the repo
|
2024-04-26 02:21:48 +02:00
|
|
|
* From conduwuit's binary cache
|
2024-03-22 04:16:20 +01:00
|
|
|
|
|
|
|
A binary cache for conduwuit that the CI/CD publishes to is available at the
|
|
|
|
following places (both are the same just different names):
|
2024-07-03 09:49:33 +02:00
|
|
|
|
2024-03-22 04:16:20 +01:00
|
|
|
```
|
|
|
|
https://attic.kennel.juneis.dog/conduit
|
2024-05-24 22:55:38 +02:00
|
|
|
conduit:eEKoUwlQGDdYmAI/Q/0slVlegqh/QmAvQd7HBSm21Wk=
|
2024-03-22 04:16:20 +01:00
|
|
|
|
|
|
|
https://attic.kennel.juneis.dog/conduwuit
|
2024-05-24 22:55:38 +02:00
|
|
|
conduwuit:BbycGUgTISsltcmH0qNjFR9dbrQNYgdIAcmViSGoVTE=
|
|
|
|
```
|
|
|
|
|
|
|
|
The binary caches have been recreated recently due to attic issues. The old public keys were:
|
|
|
|
|
|
|
|
```
|
|
|
|
conduit:Isq8FGyEC6FOXH6nD+BOeAA+bKp6X6UIbupSlGEPuOg=
|
|
|
|
|
2024-03-22 04:16:20 +01:00
|
|
|
conduwuit:lYPVh7o1hLu1idH4Xt2QHaRa49WRGSAqzcfFd94aOTw=
|
|
|
|
```
|
|
|
|
|
|
|
|
If specifying a URL in your flake, please use the GitHub remote: `github:girlbossceo/conduwuit`
|
|
|
|
|
|
|
|
The `flake.nix` and `default.nix` do not (currently) provide a NixOS module, so
|
|
|
|
(for now) [`services.matrix-conduit`][module] from Nixpkgs should be used to
|
2024-04-26 02:21:48 +02:00
|
|
|
configure conduwuit.
|
2024-03-22 04:16:20 +01:00
|
|
|
|
2024-06-17 03:30:51 +02:00
|
|
|
If you want to run the latest code, you should get conduwuit from the `flake.nix`
|
2024-03-22 04:16:20 +01:00
|
|
|
or `default.nix` and set [`services.matrix-conduit.package`][package]
|
|
|
|
appropriately.
|
|
|
|
|
2024-05-12 06:37:00 +02:00
|
|
|
[lix]: https://lix.systems/
|
2024-03-22 04:16:20 +01:00
|
|
|
[module]: https://search.nixos.org/options?channel=unstable&query=services.matrix-conduit
|
|
|
|
[package]: https://search.nixos.org/options?channel=unstable&query=services.matrix-conduit.package
|