From 168818a824c74bcda6459a574751b7da802f4b31 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 18 Aug 2023 19:55:26 -0700 Subject: [PATCH] fixed relative path --- hosts/Alaska/modules/forgejo.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/Alaska/modules/forgejo.nix b/hosts/Alaska/modules/forgejo.nix index 0379480..7a687cf 100644 --- a/hosts/Alaska/modules/forgejo.nix +++ b/hosts/Alaska/modules/forgejo.nix @@ -4,16 +4,13 @@ let palenight = builtins.fetchGit { url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git"; - sparseCheckout = '' - dist - ''; rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4"; }; in { system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom"; - system.activationScripts.copyTheme = "cp ${palenight}/theme-palenight.css /Aurora/Forgejo/custom/css/theme-palenight.css"; + system.activationScripts.copyTheme = "cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/css/theme-palenight.css"; services.gitea = { enable = true;