aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-06 15:19:23 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-06 15:19:23 -0800
commitde85999ae435b413df9828ad9e8686bfc6f38301 (patch)
tree1c8dd894604b46d5e8d633aa6a604a2b5d03d9e0
parentda4272d8614826d6388927dad1778301cb8ce8d9 (diff)
downloadnix-de85999ae435b413df9828ad9e8686bfc6f38301.tar
nix-de85999ae435b413df9828ad9e8686bfc6f38301.tar.gz
nix-de85999ae435b413df9828ad9e8686bfc6f38301.tar.bz2
nix-de85999ae435b413df9828ad9e8686bfc6f38301.tar.lz
nix-de85999ae435b413df9828ad9e8686bfc6f38301.tar.xz
nix-de85999ae435b413df9828ad9e8686bfc6f38301.tar.zst
nix-de85999ae435b413df9828ad9e8686bfc6f38301.zip
Remove deprecated programs.adb option
-rw-r--r--hosts/arrakis/default.nix1
-rw-r--r--hosts/caladan/default.nix2
-rw-r--r--hosts/common/optional/adb.nix3
3 files changed, 1 insertions, 5 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index dd2cf84..2bda7db 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -110,7 +110,6 @@
./hardware-configuration.nix
./services.nix
../common/core
- #../common/optional/adb.nix
#../common/optional/db.nix
../common/optional/dev.nix
#../common/optional/ebooks.nix
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix
index 8f14af4..70c8d91 100644
--- a/hosts/caladan/default.nix
+++ b/hosts/caladan/default.nix
@@ -29,6 +29,7 @@
};
environment.systemPackages = [
+ pkgs.android-tools
pkgs.angband
pkgs.assaultcube
pkgs.beyond-all-reason
@@ -73,7 +74,6 @@
./hardware-configuration.nix
./services.nix
../common/core
- ../common/optional/adb.nix
../common/optional/db.nix
../common/optional/dev.nix
../common/optional/ebooks.nix
diff --git a/hosts/common/optional/adb.nix b/hosts/common/optional/adb.nix
deleted file mode 100644
index 435add8..0000000
--- a/hosts/common/optional/adb.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- programs.adb.enable = true;
-}