Write automated update scripts for local packages #45
Labels
No labels
blocked
flake
important
Needs research
nextcloud
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#5 Use
pkgs.dockerTools.pullImage
at build time instead of relying on docker pull
at run time
tlaternet/tlaternet-server
Reference: tlaternet/tlaternet-server#45
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?
Nixpkgs seems to use an update script for this. It should probably be modeled after that, although perhaps there is a better way out there.
Currently this only applies to forge and curseforge mods, but it's also blocking #5.
pkgs.dockerTools.pullImage
at build time instead of relying ondocker pull
at run timeUse https://github.com/berberman/nvfetcher for this.
Nvfetcher is a cool option, but currently does not support docker images. Need to add that upstream.
Resolved in #58