From a0854b44151d68ba8fa21735a411389ca5c1d13a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 23 Oct 2019 17:39:34 +0200 Subject: Remove cachix Was only used for nixfmt, which is now in nixpkgs. --- system/settings/configuration/nix.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/settings') diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 625b6b92..ff7ef82e 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -15,10 +15,6 @@ }; }; - environment.systemPackages = with pkgs; [ - cachix - ]; - system.autoUpgrade = { enable = true; flags = [ "--max-jobs" "1" ]; -- cgit 1.4.1