tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
treewide: add meta.mainProgram
Related PR: NixOS#246386
Bruno BELANYI
2 years ago
feac9edf
69a04542
+10
10 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
rofi-rbw
default.nix
development
node-packages
main-programs.nix
tools
continuous-integration
drone-runner-docker
default.nix
drone-runner-exec
default.nix
drone-runner-ssh
default.nix
woodpecker
cli.nix
games
steam
steam.nix
servers
nginx-sso
default.nix
tools
security
rage
default.nix
text
gawk
default.nix
+1
pkgs/applications/misc/rofi-rbw/default.nix
reviewed
···
31
31
license = licenses.mit;
32
32
maintainers = with maintainers; [ equirosa dit7ya ];
33
33
platforms = platforms.linux;
34
34
+
mainProgram = "rofi-rbw";
34
35
};
35
36
}
+1
pkgs/development/node-packages/main-programs.nix
reviewed
···
47
47
firebase-tools = "firebase";
48
48
fkill-cli = "fkill";
49
49
fleek-cli = "fleek";
50
50
+
flood = "flood";
50
51
git-run = "gr";
51
52
gitmoji-cli = "gitmoji";
52
53
graphql-cli = "graphql";
+1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
reviewed
···
18
18
license = licenses.unfreeRedistributable;
19
19
homepage = "https://github.com/drone-runners/drone-runner-docker";
20
20
description = "Drone pipeline runner that executes builds inside Docker containers";
21
21
+
mainProgram = "drone-runner-docker";
21
22
};
22
23
}
+1
pkgs/development/tools/continuous-integration/drone-runner-exec/default.nix
reviewed
···
22
22
# https://polyformproject.org/licenses/small-business/1.0.0/
23
23
license = licenses.unfree;
24
24
maintainers = with maintainers; [ mic92 ];
25
25
+
mainProgram = "drone-runner-exec";
25
26
};
26
27
}
+1
pkgs/development/tools/continuous-integration/drone-runner-ssh/default.nix
reviewed
···
18
18
homepage = "https://github.com/drone-runners/drone-runner-ssh";
19
19
license = licenses.unfreeRedistributable;
20
20
maintainers = teams.c3d2.members;
21
21
+
mainProgram = "drone-runner-ssh";
21
22
};
22
23
}
+1
pkgs/development/tools/continuous-integration/woodpecker/cli.nix
reviewed
···
12
12
13
13
meta = common.meta // {
14
14
description = "Command line client for the Woodpecker Continuous Integration server";
15
15
+
mainProgram = "woodpecker-cli";
15
16
};
16
17
}
+1
pkgs/games/steam/steam.nix
reviewed
···
49
49
homepage = "https://store.steampowered.com/";
50
50
license = licenses.unfreeRedistributable;
51
51
maintainers = with maintainers; [ jagajaga jonringer ];
52
52
+
mainProgram = "steam";
52
53
};
53
54
}
+1
pkgs/servers/nginx-sso/default.nix
reviewed
···
31
31
homepage = "https://github.com/Luzifer/nginx-sso";
32
32
license = licenses.asl20;
33
33
maintainers = with maintainers; [ delroth ];
34
34
+
mainProgram = "nginx-sso";
34
35
};
35
36
}
+1
pkgs/tools/security/rage/default.nix
reviewed
···
46
46
changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md";
47
47
license = with licenses; [ asl20 mit ]; # either at your option
48
48
maintainers = with maintainers; [ marsam ryantm ];
49
49
+
mainProgram = "rage";
49
50
};
50
51
}
+1
pkgs/tools/text/gawk/default.nix
reviewed
···
82
82
license = licenses.gpl3Plus;
83
83
platforms = platforms.unix ++ platforms.windows;
84
84
maintainers = [ ];
85
85
+
mainProgram = "gawk";
85
86
};
86
87
}