Use nixpkgs as unstable on darwin Re-installing seems to have changed how nix is installed.
1 file changed, 1 insertion(+), 3 deletions(-)
changed files
M user/modules/nixpkgs.nix → user/modules/nixpkgs.nix
@@ -6,9 +6,7 @@ ./nix.nix ]; nixpkgs.overlays = [ (self: super: { - unstable = import <nixpkgs-unstable> { - config = config.nixpkgs.config; - }; + unstable = self; }) ]; }