File tree Expand file tree Collapse file tree
machines/tom/services/github-runners Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
You can’t perform that action at this time.
0 commit comments