feat: irc

This commit is contained in:
Kat Inskip 2024-10-09 15:54:08 -04:00
parent dc36fa6b2c
commit e277e77af8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 171 additions and 85 deletions

View file

@ -105,8 +105,9 @@
};
# secrets templating
scalpel = {
url = "github:polygon/scalpel";
url = "github:kittywitch/scalpel";
inputs = {
flake-utils.follows = "utils";
nixpkgs.follows = "nixpkgs";
sops-nix.follows = "sops-nix";
};