fix(tubesync): allow obsolete dependency
This commit is contained in:
parent
b48c104899
commit
15a9eaf1c4
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue