Fixed workflow; removed unnecessary stuff; add iso builder
CI / check (push) Successful in 5m51s

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 2505485996
commit c00b9dc204
16 changed files with 113 additions and 173 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
{ pkgs, ... }: {
programs.onlyoffice =
pkgs.lib.mkIf (!pkgs.stdenv.isDarwin) { enable = true; };
programs.onlyoffice = pkgs.lib.mkIf (!pkgs.stdenv.isDarwin) { enable = true; };
}