Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
empty = {
plugins.nix-develop.enable = true;
};
example = {
plugins.nix-develop = {
enable = true;
ignoredVariables = {
HOME = true;
separatedVariables = {
LUA_PATH = ":";
}