chore!: comment/update broken packages
This commit is contained in:
parent
0b8b1d9af4
commit
f18e7ecadf
|
@ -37,7 +37,7 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
||||||
# Creative work
|
# Creative work
|
||||||
aseprite
|
# aseprite FIXME: Broken currently
|
||||||
blender
|
blender
|
||||||
krita
|
krita
|
||||||
lmms
|
lmms
|
||||||
|
|
|
@ -119,7 +119,7 @@ in
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
cargo # Needed by blink-cmp
|
cargo # Needed by blink-cmp
|
||||||
taplo
|
taplo
|
||||||
vscode-extensions.vadimcn.vscode-lldb
|
#vscode-extensions.vadimcn.vscode-lldb # FIXME: Broken until MR 380775 hits nixpkgs-untable
|
||||||
|
|
||||||
# Vue
|
# Vue
|
||||||
prettierd
|
prettierd
|
||||||
|
|
|
@ -27,5 +27,10 @@
|
||||||
services.jellyseerr = {
|
services.jellyseerr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
package = pkgs.jellyseerr.overrideAttrs (
|
||||||
|
_final: _prev: {
|
||||||
|
dontCheckForBrokenSymlinks = true;
|
||||||
|
}
|
||||||
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue