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'
This commit is contained in:
Youwen Wu 2024-12-05 15:21:10 -08:00
parent 4d9f679778
commit e3bd5550a6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -49,6 +49,8 @@
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
]; ];
}; };
channel.enable = false;
}; };
programs.nh = { programs.nh = {