Update nixpkgs and home-manager
This removes the need for the `eval "$shellHook"` in `.envrc`
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
home-manager.homes."dev@castle" = {
|
||||
system = "x86_64-linux";
|
||||
nixpkgs = "unstable";
|
||||
nixpkgs = "mine";
|
||||
homeDirectory = "/home/dev";
|
||||
username = "dev";
|
||||
|
||||
|
Reference in New Issue
Block a user