t14_legacy_config/shenvs/armasm.nix
2022-04-08 19:54:21 -06:00

8 lines
80 B
Nix

pkgs: {
paths = with pkgs; [
gcc-arm-embedded
gnumake
qemu
];
}