diff --git a/base.nix b/base.nix index 47e7490..42318ec 100644 --- a/base.nix +++ b/base.nix @@ -29,12 +29,6 @@ trusted-users = [ "felixalb" ]; builders-use-substitutes = true; }; - - registry= { - nixpkgs.flake = inputs.nixpkgs; - }; - - nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; }; programs.zsh.enable = true;