refactor: Move all apps into modules #175

Merged
teutat3s merged 1 commits from refactor/modules into main 2024-04-28 16:28:28 +00:00
There is no content yet.
b12f added 1 commit 2024-04-28 15:26:01 +00:00
Flake checks / Check (pull_request) Failing after 3m58s Details
de98b3eddb
refactor: Move all apps into modules
b12f changed title from refactor: Move all apps into modules to WIP: refactor: Move all apps into modules 2024-04-28 15:26:06 +00:00
b12f force-pushed refactor/modules from de98b3eddb to abea131cf9 2024-04-28 15:27:45 +00:00 Compare
b12f force-pushed refactor/modules from abea131cf9 to 93a116f044 2024-04-28 15:39:05 +00:00 Compare
b12f changed title from WIP: refactor: Move all apps into modules to refactor: Move all apps into modules 2024-04-28 15:39:17 +00:00
hensoko approved these changes 2024-04-28 15:54:05 +00:00
b12f force-pushed refactor/modules from 93a116f044 to ef94681e11 2024-04-28 16:07:35 +00:00 Compare
pinpox reviewed 2024-04-28 16:07:50 +00:00
@ -14,0 +37,4 @@
self.nixosModules.matrix
self.nixosModules.matrix-irc
self.nixosModules.matrix-telegram
self.nixosModules.nginx-matrix

Replace all self.nixosModules.XXX with one
{ imports = builtins.attrValues self.nixosModules; }

See: fa70d8784a/flake.nix (L197)

Replace all `self.nixosModules.XXX` with one `{ imports = builtins.attrValues self.nixosModules; }` See: https://github.com/pinpox/nixos/blob/fa70d8784a27dbd94fd6e36c6d5f0eaf09e86130/flake.nix#L197
teutat3s merged commit 477e419312 into main 2024-04-28 16:28:28 +00:00
teutat3s deleted branch refactor/modules 2024-04-28 16:28:29 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#175
There is no content yet.