fix: disable nix channels to suppress missing channels warning
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
||||
# Disable channels — we use flakes exclusively
|
||||
nix.channel.enable = false;
|
||||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [ (import ../../overlays) ];
|
||||
|
||||
Reference in New Issue
Block a user