Revert "Set up cachix as emacs-overlay binary cache"

This reverts commit 1223542226.
This commit is contained in:
coolneng 2020-09-10 14:27:13 +02:00
parent d112123a1f
commit 78e8bc0182
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 1 additions and 23 deletions

View File

@ -1,8 +0,0 @@
{
nix = {
binaryCaches = [ "https://nix-community.cachix.org" ];
binaryCachePublicKeys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}

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

@ -37,6 +37,7 @@
podman-compose
shellcheck
shfmt
android-studio
gnumake
nodePackages.pyright
black
@ -74,8 +75,6 @@
zip
unzip
unrar
# Overlays
cachix
];
# Fonts declaration