Remove cachix Was only used for nixfmt, which is now in nixpkgs.
1 file changed, 0 insertions(+), 4 deletions(-)
changed files
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -15,10 +15,6 @@ options = "--delete-older-than 14d"; }; }; - environment.systemPackages = with pkgs; [ - cachix - ]; - system.autoUpgrade = { enable = true; flags = [ "--max-jobs" "1" ];