[NixOS] Flakes sort of working

This commit is contained in:
2021-07-11 04:19:34 -06:00
parent 118ad8f3ea
commit c8ad9de976
22 changed files with 448 additions and 79 deletions

5
nixos/android.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true;
}