t14_legacy_config/shenvs/armasm.nix

6 lines
59 B
Nix
Raw Normal View History

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