fix(tubesync): allow obsolete dependency

This commit is contained in:
514fpv 2024-05-30 17:21:41 +08:00
parent b48c104899
commit 15a9eaf1c4
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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