Fix warning about a deprecated option in direnv
This commit is contained in:
parent
fd362cc6f2
commit
8614abe701
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue