Implement local builds #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tristan/nixinate#2
Loading…
Add table
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?
Some flakes may have closed source private git repos in its inputs, which means pushing the whole flake to the remote and building there is not hermetically possible. An argument should be possible to pass that makes building occur on the local machine and
nix copy
the closure over to the remote.This is implemented by
8f960401c4