diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-02-18 13:36:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 13:36:43 +0100 |
| commit | bdb6c4b4f76b5169021864a7116e6f70159aaf5e (patch) | |
| tree | b7d120b8c0b630f94071aceb5164486b3aec5551 /flake.nix | |
| parent | d0a6e83fbdb79db022d6f5058aec0854eeff6647 (diff) | |
Continuwuity on omega-relay (#4)
* Initial setup for c10y
* Fix .well-known location and add comments.
Typing is hard, and well_known should be well-known.
Also fixes this in stalwart.
* Nixfmt
* Use c10y straight from the source
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + continuwuity = { + url = "git+https://forgejo.ellis.link/continuwuation/continuwuity?rev=55ccfdb9733347f1985206e782d6fd89e46c15c3"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = |
