nixos/common: Disable channels
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 53m0s

This commit is contained in:
Jack O'Sullivan 2024-12-12 12:25:34 +00:00
parent b717b1ceb4
commit 2cdb98e898

View File

@ -40,6 +40,7 @@ in
nix = {
package = pkgs'.mine.nix;
channel.enable = false;
settings = with lib.my.c.nix; {
trusted-users = [ "@wheel" ];
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];