"nodes": {
"flake-utils": {
"locked": {
- "lastModified": 1617631617,
- "narHash": "sha256-PARRCz55qN3gy07VJZIlFeOX420d0nGF0RzGI/9hVlw=",
+ "lastModified": 1619345332,
+ "narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "b2c27d1a81b0dc266270fa8aeecebbd1807fc610",
+ "rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28",
"type": "github"
},
"original": {
shopt -s globstar
# Disable ctrl-s/ctrl-q flow control
stty -ixon
+ vim-git () { $EDITOR $(git diff-tree --no-commit-id --name-only -r "$@"); }
'';
};
programs.direnv.enableBashIntegration = true;