From 6a6dbb135d0fb0fc3b11a118a71a045f9f7b0848 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 22 Dec 2022 15:18:20 +0100 Subject: [PATCH] architect: Removed ropfuscator's cachix --- cachix.nix | 13 ------------- cachix/ropfuscator.nix | 11 ----------- hosts/architect/default.nix | 1 - 3 files changed, 25 deletions(-) delete mode 100644 cachix.nix delete mode 100644 cachix/ropfuscator.nix 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