feat: add nix-direnv
This commit is contained in:
parent
85785398b3
commit
e27097fb34
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ in {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Enable direnv with nix-direnv for automatic devshell activation.";
|
description =
|
||||||
|
"Enable direnv with nix-direnv for automatic devshell activation.";
|
||||||
};
|
};
|
||||||
silent = mkOption {
|
silent = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue