Flake architecture issues #9
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Lithium/nixosConfig#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently as it stands we can't do anything except load normal modules.
If we wanted to our own derivations in pkgs or standalone overlays it starts complaining about the lack of perSystem.
Proposed solution, would be to remove the automatic import of all .nix files inside ./. that we are currently using and moving to a proper structure with system, packages, configurations, home all cleanly separated and individually referred to.
Flake-parts architecture issuesto Flake architecture issues#21 fixes a few issues that I had with the flake structure.
What's missing at this point are:
For now this stays open. but the priority is now low and can be pushed to later.