package(tubesync): temporarily allow obsolete dependency

This commit is contained in:
514fpv 2024-05-30 17:21:41 +08:00
parent 411e1df91e
commit 680a8578ce
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -179,5 +179,10 @@ in {
ids.uids.tubesync = 101; ids.uids.tubesync = 101;
ids.gids.tubesync = 101; ids.gids.tubesync = 101;
# package is local-only, will allow this for now
nixpkgs.config.permittedInsecurePackages = [
"python3.11-django-3.2.25"
];
}; };
} }