The deployment method of lollypops has changed since this release. The change removes the dependency on rsync
and uses nix-native tooling (nix copy
and nix flake archive
) internally.
NOTE: Though there are no breaking changes, the config-dir
setting now points to a directory where the symlink to the current configuration in the nix store.
NOTE: When deploying, previously unstaged changes to the configuration where deployed and rebuild on the remote as rsync copied everything, including uncommited changes. With the new deployment methods only commited changes will be copied.
What's Changed
- Use
nix flake archive
ornix copy
by @GeoffreyFrogeye in #33 - Document deployment method usage by @pinpox in #38
New Contributors
- @GeoffreyFrogeye made their first contribution in #33
Full Changelog: v1.0.0...v2.0.0