diff --git a/nix/modules/hive-forge.nix b/nix/modules/hive-forge.nix index 743c7f5e..67e29c01 100644 --- a/nix/modules/hive-forge.nix +++ b/nix/modules/hive-forge.nix @@ -119,11 +119,6 @@ in mkdir -p $out/public/assets/css cp ${../forge-theme/theme-catppuccin-vibec0re.css} \ $out/public/assets/css/theme-catppuccin-vibec0re.css - # Replace the default Forgejo logo + favicon with the hyperhive - # mark. Files in public/assets/img/ are served before built-ins. - mkdir -p $out/public/assets/img - cp ${../../branding/hyperhive.svg} $out/public/assets/img/logo.svg - cp ${../../branding/hyperhive.svg} $out/public/assets/img/favicon.svg ''; in {