From e37f0454acf7cf22e70deba47ea64401f035676c Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 20 Dec 2018 19:29:00 +0100 Subject: Remove relatedPackages to fix ofborg evaluation --- nixos/modules/programs/adb.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/programs/adb.nix b/nixos/modules/programs/adb.nix index 43700526ce92..250d8c252a3b 100644 --- a/nixos/modules/programs/adb.nix +++ b/nixos/modules/programs/adb.nix @@ -16,7 +16,6 @@ with lib; To grant access to a user, it must be part of adbusers group: users.users.alice.extraGroups = ["adbusers"]; ''; - relatedPackages = [ ["androidenv" "androidPkgs_9_0" "platform-tools"] ]; }; }; }; -- cgit 1.4.1