flocon/pkgs/default.nix

5 lines
110 B
Nix
Raw Normal View History

pkgs: {
mcuxpresso = import ./mcuxpresso pkgs;
bolt-launcher = pkgs.callPackage ./bolt-launcher.nix {};
}