lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: add meta.mainProgram

Related PR: https://github.com/NixOS/nixpkgs/pull/246386

authored by

zendo and committed by
Anderson Torres
4f530892 5e362985

+5
+1
pkgs/applications/networking/nload/default.nix
··· 36 36 license = lib.licenses.gpl2; 37 37 platforms = lib.platforms.linux; 38 38 maintainers = [ lib.maintainers.devhell ]; 39 + mainProgram = "nload"; 39 40 }; 40 41 }
+1
pkgs/shells/any-nix-shell/default.nix
··· 25 25 license = licenses.mit; 26 26 homepage = "https://github.com/haslersn/any-nix-shell"; 27 27 maintainers = with maintainers; [ haslersn ]; 28 + mainProgram = "any-nix-shell"; 28 29 }; 29 30 }
+1
pkgs/shells/zsh/default.nix
··· 131 131 homepage = "https://www.zsh.org/"; 132 132 maintainers = with lib.maintainers; [ pSub artturin ]; 133 133 platforms = lib.platforms.unix; 134 + mainProgram = "zsh"; 134 135 }; 135 136 136 137 passthru = {
+1
pkgs/tools/admin/procs/default.nix
··· 31 31 changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md"; 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ Br1ght0ne sciencentistguy ]; 34 + mainProgram = "procs"; 34 35 }; 35 36 }
+1
pkgs/tools/misc/exa/default.nix
··· 58 58 homepage = "https://the.exa.website"; 59 59 license = licenses.mit; 60 60 maintainers = with maintainers; [ ehegnes lilyball globin fortuneteller2k ]; 61 + mainProgram = "exa"; 61 62 }; 62 63 }