remove cachix
This commit is contained in:
parent
50f96a3876
commit
3e7fa4b65e
3 changed files with 0 additions and 28 deletions
|
@ -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/"];
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://cyplo.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o="
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
@ -12,7 +12,6 @@ in
|
|||
./common-hardware.nix
|
||||
./common-services.nix
|
||||
./vim.nix
|
||||
./cachix.nix
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Reference in a new issue