remove cachix

This commit is contained in:
Cyryl Płotnicki 2020-02-01 16:14:03 +00:00
parent 50f96a3876
commit 3e7fa4b65e
3 changed files with 0 additions and 28 deletions

View file

@ -1,14 +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,13 +0,0 @@
{
nix = {
binaryCaches = [
"https://cyplo.cachix.org"
];
binaryCachePublicKeys = [
"cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o="
];
};
}

View file

@ -12,7 +12,6 @@ in
./common-hardware.nix
./common-services.nix
./vim.nix
./cachix.nix
];
nixpkgs.config = {