refactor: Move all apps into modules #175
No reviewers
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#175
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/modules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
refactor: Move all apps into modulesto WIP: refactor: Move all apps into modulesde98b3eddb
toabea131cf9
abea131cf9
to93a116f044
WIP: refactor: Move all apps into modulesto refactor: Move all apps into modules93a116f044
toef94681e11
@ -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)