mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -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="
|
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
channel.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
|
|
Loading…
Reference in a new issue