Interest in an option to commit lockfile on Update/Sync option? #1681
carschandler
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Inspired by
nix flake update --commit-lock-file
, I recently implemented a bit of config to automatically commit my lockfile after running a Lazy Update (or Sync) command. This ensures that I don't forget to do so and end up Syncing on a different machine, pulling my dotfiles, and then reverting back to an older version or something similarly wonky.Would there be any interest in adding this as a
setup
option for Lazy? It's fairly simple to achieve by hooking into theLazyUpdate
User
event.Beta Was this translation helpful? Give feedback.
All reactions