diff --git a/cachix.nix b/cachix.nix deleted file mode 100644 index 88b2f08..0000000 --- a/cachix.nix +++ /dev/null @@ -1,13 +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/"]; -} diff --git a/cachix/ropfuscator.nix b/cachix/ropfuscator.nix deleted file mode 100644 index 53ea723..0000000 --- a/cachix/ropfuscator.nix +++ /dev/null @@ -1,11 +0,0 @@ - -{ - nix = { - binaryCaches = [ - "https://ropfuscator.cachix.org" - ]; - binaryCachePublicKeys = [ - "ropfuscator.cachix.org-1:LZ03aJ1yqFlxpU+wfGhLlOkA3MwXqnntd2Wk7u2LnHQ=" - ]; - }; -} diff --git a/hosts/architect/default.nix b/hosts/architect/default.nix index e82c73f..bb1c1d5 100644 --- a/hosts/architect/default.nix +++ b/hosts/architect/default.nix @@ -34,7 +34,6 @@ in { ./prosody.nix ./deluge.nix ./calibre.nix - ../../cachix.nix ./docker.nix ./keycloak.nix ./lezzo.nix