From e3bd5550a6262de0baf6667a720052bcd3c46715 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 5 Dec 2024 15:21:10 -0800 Subject: [PATCH] fix: disable nix channels nix channels are entirely replaced by flakes and unused by this configuration. this fixes the error 'nix search path entry /nix/var/nix/profiles/per-user/root/channels does not exist, ignoring' --- modules/linux/core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/linux/core/default.nix b/modules/linux/core/default.nix index f90b86e..357d24f 100644 --- a/modules/linux/core/default.nix +++ b/modules/linux/core/default.nix @@ -49,6 +49,8 @@ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" ]; }; + + channel.enable = false; }; programs.nh = {