fix: disable nix channels to suppress missing channels warning

This commit is contained in:
2026-04-11 01:04:08 +08:00
parent 3bd914a002
commit 7f2605ac01
+3
View File
@@ -11,6 +11,9 @@
warn-dirty = false; warn-dirty = false;
}; };
# Disable channels — we use flakes exclusively
nix.channel.enable = false;
nixpkgs = { nixpkgs = {
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ (import ../../overlays) ]; overlays = [ (import ../../overlays) ];