From bdb6c4b4f76b5169021864a7116e6f70159aaf5e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 18 Feb 2026 13:36:43 +0100 Subject: 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 --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 856d15a..0890b3f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = -- cgit v1.3.1