forked from fabian/nix_config
apply format
This commit is contained in:
parent
34e3cdaf81
commit
3044c426fd
7 changed files with 1442 additions and 90 deletions
5
pkgs/config/default.nix
Normal file
5
pkgs/config/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib:
|
||||
with lib; {
|
||||
android_sdk.accept_license = true;
|
||||
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue