feat: vicinae, update servers

This commit is contained in:
Kat Inskip 2025-12-09 05:34:53 -08:00
parent 0e91b2184d
commit edd507c0ec
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 188 additions and 187 deletions

View file

@ -62,6 +62,25 @@
rust.follows = "rust";
};
};
vicinae = {
url = "github:vicinaehq/vicinae";
inputs = {
systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
};
};
vicinae-rbw = {
url = "github:kittywitch/vicinae-rbw";
flake = false;
};
vicinae-extensions = {
url = "github:vicinaehq/extensions";
inputs = {
systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
vicinae.follows = "vicinae";
};
};
# better than nixpkgs.lib
nix-std = {
url = "github:chessai/nix-std";