First direnv + lorri setup

This commit is contained in:
Charlotte Van Petegem 2020-02-10 21:30:52 +01:00
parent a8acd67b18
commit 710b563cf7
3 changed files with 21 additions and 0 deletions

View file

@ -20,6 +20,10 @@
};
};
ignores = [
".envrc"
"shell.nix"
# Ruby dependencies in source tree
"/vendor/bundler"
"**/*.patch"
];
userEmail = config.custom.git.email;