all repos — nixfiles @ 6766d3f7c84ee26bfc7eeab4b1446a2fcadf4f5a

System and user configuration, managed by nix and home-manager

Use nixpkgs as unstable on darwin Re-installing seems to have changed how nix is installed.

Alan Pearce
commit

6766d3f7c84ee26bfc7eeab4b1446a2fcadf4f5a

parent

1627a49a51202c8c060144925ef9d8db570fcf93

1 file changed, 1 insertion(+), 3 deletions(-)

changed files
M user/modules/nixpkgs.nixuser/modules/nixpkgs.nix
@@ -6,9 +6,7 @@ ./nix.nix
]; nixpkgs.overlays = [ (self: super: { - unstable = import <nixpkgs-unstable> { - config = config.nixpkgs.config; - }; + unstable = self; }) ]; }