diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-07-31T16·33+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-10T11·37+0000 |
commit | a6d6fc418de0cdce921698410265fa78ca6b7f23 (patch) | |
tree | 2ac7c73798bfd35ea353940da277fb12da3de9ec /users | |
parent | c06e26f1ccb4e96fba1ed2a9ba1ffb86770e8654 (diff) |
chore(tazjin/khamovnik): enable ADB r/8473
Change-Id: I1c754fdc54465f93dfb10e9d903a66a90447ab85 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12070 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/khamovnik/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index 19d7f5822b4a..1d80d1085d0c 100644 --- a/users/tazjin/nixos/khamovnik/default.nix +++ b/users/tazjin/nixos/khamovnik/default.nix @@ -128,5 +128,7 @@ in protobuf ]; + programs.adb.enable = true; + system.stateVersion = "23.05"; # Did you read the comment? } |