diff options
Diffstat (limited to 'templates/system-flake/pkgs/config/default.nix')
| -rw-r--r-- | templates/system-flake/pkgs/config/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/system-flake/pkgs/config/default.nix b/templates/system-flake/pkgs/config/default.nix deleted file mode 100644 index 47abe76..0000000 --- a/templates/system-flake/pkgs/config/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{lib}: -with lib; { - android_sdk.accept_license = true; - allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg); -} |
