From a77643be95f3f3844c6e4b1c84ecd52f5435cd7a Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 8 Feb 2026 19:24:26 -0600 Subject: [PATCH] oscar: Use `android-tools` package not `adb` option `programs.adb.enable` is no longer supported: https://github.com/NixOS/nixpkgs/commit/d037468346dfcd4057d5aaf5ecfac9c10a253fa8 --- oscar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 76dcc84..824c4d5 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -148,6 +148,7 @@ # command line utilities alsa-utils + android-tools dig file ffmpeg @@ -353,7 +354,6 @@ power-profiles-daemon ]; - programs.adb.enable = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.