l mors.r: enable adb debugging
This commit is contained in:
parent
d310705ed6
commit
3f6c5603a2
@ -194,4 +194,8 @@ with import <stockholm/lib>;
|
||||
exec nix-shell -I stockholm="$PWD" --run 'test --system="$SYSTEM" --target="$SYSTEM/var/test/" --force-populate'
|
||||
'';
|
||||
};
|
||||
|
||||
#nix.package = pkgs.nixUnstable;
|
||||
programs.adb.enable = true;
|
||||
users.users.mainUser.extraGroups = [ "adbusers" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user