alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Remove patches for jellyfin
author
yemou
date
2 months ago
(Apr 7, 2026, 9:44 PM -0400)
commit
2ad22ac3
2ad22ac317dd7750b06507d90df2a85178c9d645
parent
481e7ad0
481e7ad0e4ba1cdb211a1a58cf7860def2166143
-8
1 changed file
Expand all
Collapse all
Unified
Split
modules
services
jellyfin.nix
-8
modules/services/jellyfin.nix
Reviewed
···
4
4
5
5
nixpkgs.overlays = [
6
6
(final: prev: {
7
7
-
jellyfin = prev.jellyfin.overrideAttrs (
8
8
-
finalAttrs: prevAttrs: {
9
9
-
patches = (prevAttrs.patches or [ ]) ++ [
10
10
-
../../patches/${prevAttrs.pname}/1-fix-subtitle-saving.patch
11
11
-
../../patches/${prevAttrs.pname}/2-fix-subtitle-saving.patch
12
12
-
];
13
13
-
}
14
14
-
);
15
7
jellyfin-web = prev.jellyfin-web.overrideAttrs (
16
8
finalAttrs: prevAttrs: {
17
9
patches = (prevAttrs.patches or [ ]) ++ [