base: remove manual nixpkgs registry/nix-path override, not needed since 24.05

This commit is contained in:
Felix Albrigtsen 2025-08-02 17:22:27 +02:00
parent 4e2f1cb44d
commit 5701615d29

View File

@ -29,12 +29,6 @@
trusted-users = [ "felixalb" ];
builders-use-substitutes = true;
};
registry= {
nixpkgs.flake = inputs.nixpkgs;
};
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
};
programs.zsh.enable = true;