Add warn_timeout configuration option
This commit is contained in:
@@ -4,5 +4,8 @@
|
|||||||
nix-direnv = {
|
nix-direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
config = {
|
||||||
|
warn_timeout = "1m";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user