package(tubesync): temporarily allow obsolete dependency

This commit is contained in:
514fpv 2024-07-12 23:42:33 +08:00
parent 2895a877ac
commit 805595513c
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

@ -182,7 +182,7 @@ in {
# package is local-only, will allow this for now
nixpkgs.config.permittedInsecurePackages = [
"python3.11-django-3.2.25"
"python3.12-django-3.2.25"
];
};
}