nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 9 lines 288 B view raw
1# Use this file to add `meta.mainProgram` to packages in `nodePackages`. 2{ 3 # Packages that provide multiple executables where one is clearly the `mainProgram`. 4 "@microsoft/rush" = "rush"; 5 6 # Packages that provide a single executable. 7 "@angular/cli" = "ng"; 8 gulp-cli = "gulp"; 9}