fix ci (#200)
Reviewed-on: #200 Co-authored-by: Victor <victor@xirion.net> Co-committed-by: Victor <victor@xirion.net>
This commit is contained in:
parent
ec3665195e
commit
78eb7a7261
6 changed files with 29 additions and 9 deletions
|
@ -20,6 +20,7 @@ in {
|
|||
inputs.comma.packages.${pkgs.system}.default
|
||||
inputs.webcord.packages.${pkgs.system}.default
|
||||
kdenlive
|
||||
mattermost-desktop
|
||||
mullvad-vpn
|
||||
neofetch
|
||||
nixfmt
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p vault curl jq
|
||||
|
||||
shopt -s extglob
|
||||
set -eu -o pipefail
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue