Skip to content

Commit 65a9b20

Browse files
github-runners: return rsync for updating a mirror of slack app
1 parent 7455aa8 commit 65a9b20

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `github-runners`: return rsync for updating a mirror of slack app 2026-02-06
910
- `claude`: add permissed commands and instructions of this project 2026-02-06
1011
- `chore`: ignore build results for testing changes in progress now 2026-02-06
1112
- `github-runners`: follow the stars to runners name of the planets 2026-02-06

machines/tom/services/github-runners/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
ephemeral = true;
6060
extraPackages = [
6161
pkgs.gh # https://github.com/cli/cli
62+
pkgs.rsync # https://rsync.samba.org
6263
];
6364
group = "slacks";
6465
name = "mercury";
@@ -72,6 +73,7 @@
7273
ephemeral = true;
7374
extraPackages = [
7475
pkgs.gh # https://github.com/cli/cli
76+
pkgs.rsync # https://rsync.samba.org
7577
];
7678
group = "slacks";
7779
name = "venus";
@@ -85,6 +87,7 @@
8587
ephemeral = true;
8688
extraPackages = [
8789
pkgs.gh # https://github.com/cli/cli
90+
pkgs.rsync # https://rsync.samba.org
8891
];
8992
group = "slacks";
9093
name = "earth";
@@ -98,6 +101,7 @@
98101
ephemeral = true;
99102
extraPackages = [
100103
pkgs.gh # https://github.com/cli/cli
104+
pkgs.rsync # https://rsync.samba.org
101105
];
102106
group = "slacks";
103107
name = "mars";
@@ -111,6 +115,7 @@
111115
ephemeral = true;
112116
extraPackages = [
113117
pkgs.gh # https://github.com/cli/cli
118+
pkgs.rsync # https://rsync.samba.org
114119
];
115120
group = "slacks";
116121
name = "jupiter";
@@ -124,6 +129,7 @@
124129
ephemeral = true;
125130
extraPackages = [
126131
pkgs.gh # https://github.com/cli/cli
132+
pkgs.rsync # https://rsync.samba.org
127133
];
128134
group = "slacks";
129135
name = "saturn";
@@ -137,6 +143,7 @@
137143
ephemeral = true;
138144
extraPackages = [
139145
pkgs.gh # https://github.com/cli/cli
146+
pkgs.rsync # https://rsync.samba.org
140147
];
141148
group = "slacks";
142149
name = "uranus";
@@ -150,6 +157,7 @@
150157
ephemeral = true;
151158
extraPackages = [
152159
pkgs.gh # https://github.com/cli/cli
160+
pkgs.rsync # https://rsync.samba.org
153161
];
154162
group = "slacks";
155163
name = "neptune";
@@ -163,6 +171,7 @@
163171
ephemeral = true;
164172
extraPackages = [
165173
pkgs.gh # https://github.com/cli/cli
174+
pkgs.rsync # https://rsync.samba.org
166175
];
167176
group = "slacks";
168177
name = "pluto";

0 commit comments

Comments
 (0)