fix ci #200

Merged
v merged 12 commits from ci into main 2023-09-09 16:18:16 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit d33ef0c158 - Show all commits

View file

@ -15,6 +15,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
sed -i '/^access-tokens/ d' /etc/nix/nix.conf
nix profile install 'nixpkgs#deadnix' 'nixpkgs#statix' 'nixpkgs#yamllint'
statix check .
deadnix -f

View file

@ -69,8 +69,8 @@ in {
"REPO_INDEXER_EXCLUDE" = "node_modules/**";
};
ui = {
"THEMES" = "gitea,arc-green,agatheme";
"DEFAULT_THEME" = "agatheme";
"THEMES" = "forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green,agatheme";
"DEFAULT_THEME" = "forgejo-auto";
"USE_SERVICE_WORKER" = true;
};
server = {