remove enableFlake from the doc for home-manager

Remove `nix-direnv.enableFlake` option from the doc as Flake support is now always enabled.

Fixes https://github.com/nix-community/nix-direnv/issues/131
This commit is contained in:
Aaqa Ishtyaq 2021-12-15 13:34:36 +05:30
parent f8b9d349a7
commit 99b6b226e0

View file

@ -33,7 +33,7 @@ In `$HOME/.config/nixpkgs/home.nix` add
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
# optional for nix flakes support
# optional for nix flakes support in home-manager 21.11, not required in home-manager unstable or 22.05
programs.direnv.nix-direnv.enableFlakes = true;
programs.bash.enable = true;