refactor(collabora-office): switch to NixOS module

Switch from OCI container to NixOS module.
This commit is contained in:
Felix Schröter 2025-05-01 14:58:21 +02:00
parent 827217da51
commit bafa571dae
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 15 additions and 39 deletions

View file

@ -57,7 +57,6 @@ rec {
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
matrix-appservices = {
@ -82,7 +81,7 @@ rec {
csharp-language-server = {
url = "github:SofusA/csharp-language-server";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};