4 lines
82 B
Nix
4 lines
82 B
Nix
{ pkgs, ... }:
|
|
{
|
|
# programs.adb.enable = !pkgs.stdenv.hostPlatform.isAarch64;
|
|
}
|