[NixOS] Disable nix-channel
This commit is contained in:
parent
88db87d735
commit
8e35937523
@ -9,6 +9,7 @@
|
|||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
};
|
};
|
||||||
|
channel.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = with inputs; [
|
nixpkgs.overlays = with inputs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user