Update nixpkgs and home-manager

This removes the need for the `eval "$shellHook"` in `.envrc`
This commit is contained in:
2022-04-17 15:53:22 +01:00
parent 0a5d9a809b
commit c02f50e5bc
3 changed files with 7 additions and 11 deletions

4
.envrc
View File

@@ -1,6 +1,2 @@
nix_direnv_watch_file devshell/{default,commands,install}.nix
use flake
# devshell needs the shellHook to run even when cached
# https://github.com/nix-community/nix-direnv/issues/109
eval "$shellHook"