flake: bump inputs

And make my configuration build after the removed option from
`programs.direnv` in home-manager.
This commit is contained in:
Bruno BELANYI 2021-11-30 13:45:05 +01:00
parent eb89d7feb3
commit 07b60f8f52
2 changed files with 18 additions and 20 deletions

View file

@ -12,8 +12,6 @@ in
nix-direnv = {
# A better `use_nix`
enable = true;
# And `use_flake`
enableFlakes = true;
};
};
}