diff options
Diffstat (limited to 'cachix.nix')
| -rw-r--r-- | cachix.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cachix.nix b/cachix.nix deleted file mode 100644 index ecd2d39..0000000 --- a/cachix.nix +++ /dev/null @@ -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.settings.substituters = ["https://cache.nixos.org/"]; -} |
