Configure a Builder and Cache #13
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#13
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 we have to build each configurations each time we upgrade or each time we make a change.
ideally every elements would be build and cached so that every users can pull what they require without having to compile anything.
The bigger this project gets the more we will be compiling and the more complex the structure will become.
To save time and headaches It's fairly important to figure out how to configure a dedicated build system as well as a /nix/store or cache for each system parts and configurations.
Cannot be done without additional hardware.
VPS are to be avoided, same thing with dedicated hosted servers.