chore!: comment/update broken packages

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-02-12 01:09:39 -03:00
parent 0b8b1d9af4
commit f18e7ecadf
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 7 additions and 2 deletions

View file

@ -37,7 +37,7 @@
libreoffice
# Creative work
aseprite
# aseprite FIXME: Broken currently
blender
krita
lmms

View file

@ -119,7 +119,7 @@ in
rust-analyzer
cargo # Needed by blink-cmp
taplo
vscode-extensions.vadimcn.vscode-lldb
#vscode-extensions.vadimcn.vscode-lldb # FIXME: Broken until MR 380775 hits nixpkgs-untable
# Vue
prettierd

View file

@ -27,5 +27,10 @@
services.jellyseerr = {
enable = true;
openFirewall = true;
package = pkgs.jellyseerr.overrideAttrs (
_final: _prev: {
dontCheckForBrokenSymlinks = true;
}
);
};
}