fix: disable nix channels to suppress missing channels warning
This commit is contained in:
@@ -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) ];
|
||||||
|
|||||||
Reference in New Issue
Block a user