Created
August 2, 2016 10:05
-
-
Save teh/c195cedccabcf54733e6bd0436b83c07 to your computer and use it in GitHub Desktop.
How to diff a nixops state file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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