[NixOS] Flakes sort of working
This commit is contained in:
5
nixos/android.nix
Normal file
5
nixos/android.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.android_sdk.accept_license = true;
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user