Remove deprecated direnv option
This commit is contained in:
parent
fd15c177e8
commit
a795604d15
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ in {
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true; # Use nix-specific direnv.
|
nix-direnv.enable = true; # Use nix-specific direnv.
|
||||||
persistDerivations = true; # Sets the extraOptions listed below.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is also done by setting programs.direnv.persistDerivations.
|
# This is also done by setting programs.direnv.persistDerivations.
|
||||||
|
|
Loading…
Reference in a new issue