[NixOS] Disable nix-channel

This commit is contained in:
Ivan Malison 2023-08-19 16:47:14 -06:00
parent 88db87d735
commit 8e35937523

View File

@ -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; [