Disable nix channels

This commit is contained in:
SebastianStork 2024-08-16 19:59:09 +02:00
parent a2e357f853
commit b2351be830

View file

@ -5,7 +5,11 @@
self.wrappers.default
];
nix.settings = {
nix = {
channel.enable = false;
registry.nixpkgs.flake = self.inputs.nixpkgs;
settings = {
flake-registry = "";
experimental-features = [
"nix-command"
"flakes"
@ -17,6 +21,7 @@
"@wheel"
];
};
};
time.timeZone = "Europe/Berlin";
i18n = {