diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index dbc6fa6..d8054b3 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -47,6 +47,11 @@ flake = inputs.nixpkgs; }; }; + + # Since we are using flakes for most everything, + # remove channels to prevent heaps of warnings + # on systems without initialized channels + channel.enable = false; }; nixpkgs = {