1
0
Fork 0
forked from fabian/nix

added vintage story yeet

This commit is contained in:
chem 2025-09-08 12:59:35 -06:00
parent 8795fa3bb4
commit e1ee53c6b3
4 changed files with 7 additions and 0 deletions

View file

@ -2,4 +2,5 @@
with lib; {
android_sdk.accept_license = true; #TODO: what the fuck is this
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
allowInsecurePredicate = pkg: import ./insecure.nix lib (getName pkg);
}