Commit graph

8 commits

Author SHA1 Message Date
Valentin Herrmann
0c5bd200c0
Added option for port 2023-04-07 17:17:21 +02:00
Magic_RB
b5683029f9 Add option to substitute on the target machine if local build
Signed-off-by: Magic_RB <magic_rb@redalder.org>

Co-authored-by: matthewcroughan <matt@croughan.sh>
2022-06-10 15:38:13 +01:00
matthewcroughan
6dfbffee74 Update README.md 2022-06-08 13:38:14 +01:00
matthewcroughan
ea61a38231 Update README.md 2022-06-02 00:18:44 +01:00
matthewcroughan
4a356409ca Add support for hermetic remote builds
A hermetic remote rebuild is when Nixinate sends a specific Nix binary
to the remote first, then uses it when activating a system closure,
rather than using the Nix that is already on the remote. This is
defaulted to false for the time being, as the bandwidth usage can be
high. This allows users to avoid the need to bootstrap the remote first
by enabling flakes on the remote Nix binary.
2022-05-29 19:02:50 +01:00
matthewcroughan
886c6a2b3b fix README 2022-03-06 17:18:07 +00:00
matthewcroughan
8f960401c4 flake: add local building
This adds the ability to build a system closure locally and push it to
the remote using `nix copy`
2022-01-26 22:58:48 +00:00
matthewcroughan
d4de691afb init 2022-01-03 10:50:50 +00:00