mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
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:
parent
4d9f679778
commit
e3bd5550a6
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
|||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
};
|
||||
|
||||
channel.enable = false;
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
|
|
Loading…
Reference in a new issue