How to diff a nixops state file
$ cat .git/config | |
... | |
[diff "nixops"] | |
textconv = nixops export -s | |
$ cat .gitattributes | |
production/secrets/**/* filter=git-crypt diff=nixops | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment