Skip to content

Commit a7c6434

Browse files
committed
add: gh & reuse as integrations
1 parent 38eb926 commit a7c6434

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@
127127
in {
128128
inherit _file;
129129
commands = integrator [
130+
{
131+
package = nixpkgs'.reuse;
132+
}
133+
{
134+
package = nixpkgs'.gh;
135+
}
130136
{
131137
package = nixpkgs'.go-jira;
132138
name = "jira";

0 commit comments

Comments
 (0)