cachix: remove

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2022-11-02 13:26:16 +05:30
parent 661910f8d6
commit 1a22236a97
5 changed files with 0 additions and 47 deletions

View File

@@ -68,7 +68,6 @@
commonModules = [ commonModules = [
./modules/nvim ./modules/nvim
./modules/vault-agent.nix ./modules/vault-agent.nix
./modules/cachix.nix
]; ];
serverModules = [ serverModules = [
./modules/min-pkgs.nix ./modules/min-pkgs.nix

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://natto1784.cachix.org"
];
binaryCachePublicKeys = [
"natto1784.cachix.org-1:DbCN+AvnAVEm2N1RDDv0vzLheX6U6gfzoCzNOYrZ3NQ="
];
};
}

View File

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

View File

@@ -1,11 +0,0 @@
{
nix = {
binaryCaches = [
"https://rpi4.cachix.org"
];
binaryCachePublicKeys = [
"rpi4.cachix.org-1:fMaYBuIlj/Sa9YTXnXMXoXnVZEoVhnFxOkxseKKlku8="
];
};
}