overlays/calibre-no-mime: drop

This commit is contained in:
Primrose 2026-01-15 21:16:13 +01:00
parent 1c73168fdc
commit 8587f2258b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 0 additions and 12 deletions

View file

@ -55,7 +55,6 @@ in
../overlays/wallpapers.nix
../overlays/nil.nix
../overlays/eepy.nix
../overlays/calibre-no-mime.nix
../overlays/fcitx5-table-extra-taiwanese.nix
../overlays/ghostty-dev.nix
../overlays/npins.nix

View file

@ -1,11 +0,0 @@
# cailbre is obnoxious about opening HTML
final: prev: {
calibre = final.symlinkJoin {
name = "calibre";
paths = [ prev.calibre ];
buildInputs = [ final.makeWrapper ];
postBuild = ''
rm -r $out/share/mime
'';
};
}