4 lines
110 B
Nix
4 lines
110 B
Nix
pkgs: {
|
|
mcuxpresso = import ./mcuxpresso pkgs;
|
|
bolt-launcher = pkgs.callPackage ./bolt-launcher.nix {};
|
|
}
|