r2modman: rip out update banner component from build

This commit is contained in:
pancaek
2026-04-03 17:00:04 -07:00
parent 1bb4487b62
commit e99b904811
+5
View File
@@ -49,6 +49,11 @@ stdenv.mkDerivation (finalAttrs: {
ELECTRON_SKIP_BINARY_DOWNLOAD = true;
};
postPatch = ''
# Hide update banner
echo "<template></template>" > src/components/banner/ManagerUpdateBanner.vue
'';
buildPhase = ''
runHook preBuild