fix(tubesync): allow obsolete dependency
This commit is contained in:
parent
d330ff5bd8
commit
f61119c484
|
@ -182,7 +182,7 @@ in {
|
||||||
|
|
||||||
# package is local-only, will allow this for now
|
# package is local-only, will allow this for now
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"python3.11-django-3.2.25"
|
"python3.12-django-3.2.25"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue