architect: Removed ropfuscator's cachix

This commit is contained in:
Giulio De Pasquale 2022-12-22 15:18:20 +01:00
parent 565aab853c
commit 6a6dbb135d
3 changed files with 0 additions and 25 deletions

View File

@ -1,13 +0,0 @@
# WARN: this file will get overwritten by $ cachix use <name>
{ 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/"];
}

View File

@ -1,11 +0,0 @@
{
nix = {
binaryCaches = [
"https://ropfuscator.cachix.org"
];
binaryCachePublicKeys = [
"ropfuscator.cachix.org-1:LZ03aJ1yqFlxpU+wfGhLlOkA3MwXqnntd2Wk7u2LnHQ="
];
};
}

View File

@ -34,7 +34,6 @@ in {
./prosody.nix ./prosody.nix
./deluge.nix ./deluge.nix
./calibre.nix ./calibre.nix
../../cachix.nix
./docker.nix ./docker.nix
./keycloak.nix ./keycloak.nix
./lezzo.nix ./lezzo.nix