summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-02-18 13:36:43 +0100
committerGitHub <noreply@github.com>2026-02-18 13:36:43 +0100
commitbdb6c4b4f76b5169021864a7116e6f70159aaf5e (patch)
treeb7d120b8c0b630f94071aceb5164486b3aec5551 /flake.nix
parentd0a6e83fbdb79db022d6f5058aec0854eeff6647 (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.nix4
1 files changed, 4 insertions, 0 deletions
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 =