dream2nix
dream2nix copied to clipboard
Add option lock.gitAdd to automatically add the lock file to git upon creation
trafficstars
The default should be true.
It should only add the lock file to git when it didn't exist before, as that is the only situation where nix would reject the existing file.
If the file already exists, we don't want to hide the diff from the user