package(tubesync): temporarily allow obsolete dependency
This commit is contained in:
parent
4f2a5dccce
commit
732674c139
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue