t14_legacy_config/shenvs/armasm.nix
2022-03-28 23:34:10 -06:00

6 lines
59 B
Nix

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