mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-09-21 04:56:05 +02:00
base: remove manual nixpkgs registry/nix-path override, not needed since 24.05
This commit is contained in:
6
base.nix
6
base.nix
@@ -29,12 +29,6 @@
|
|||||||
trusted-users = [ "felixalb" ];
|
trusted-users = [ "felixalb" ];
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
registry= {
|
|
||||||
nixpkgs.flake = inputs.nixpkgs;
|
|
||||||
};
|
|
||||||
|
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
Reference in New Issue
Block a user