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

View File

@@ -1,7 +1,7 @@
{
home-manager.homes."dev@castle" = {
system = "x86_64-linux";
nixpkgs = "unstable";
nixpkgs = "mine";
homeDirectory = "/home/dev";
username = "dev";