diff --git a/nixos/cachix.nix b/nixos/cachix.nix deleted file mode 100644 index cce90a32..00000000 --- a/nixos/cachix.nix +++ /dev/null @@ -1,14 +0,0 @@ - -# WARN: this file will get overwritten by $ cachix use -{ pkgs, lib, ... }: - -let - folder = ./cachix; - toImport = name: value: folder + ("/" + name); - filterCaches = key: value: value == "regular" && lib.hasSuffix ".nix" key; - imports = lib.mapAttrsToList toImport (lib.filterAttrs filterCaches (builtins.readDir folder)); -in { - inherit imports; - nix.binaryCaches = ["https://cache.nixos.org/"]; -} - \ No newline at end of file diff --git a/nixos/cachix/cyplo.nix b/nixos/cachix/cyplo.nix deleted file mode 100644 index eadc33cc..00000000 --- a/nixos/cachix/cyplo.nix +++ /dev/null @@ -1,13 +0,0 @@ - -{ - nix = { - binaryCaches = [ - "https://cyplo.cachix.org" - ]; - binaryCachePublicKeys = [ - "cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o=" - ]; - - }; -} - \ No newline at end of file diff --git a/nixos/common.nix b/nixos/common.nix index 0101b9e0..9332f7d7 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -12,7 +12,6 @@ in ./common-hardware.nix ./common-services.nix ./vim.nix - ./cachix.nix ]; nixpkgs.config = {