From 50e212818411b84cfacdf598a98600b6d955c4b5 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 28 Jun 2021 15:26:51 +0300 Subject: [PATCH] add more caches i use --- profiles/cachix/harmony.nix | 10 ++++++++++ profiles/cachix/nix-cargo-integration.nix | 10 ++++++++++ profiles/cachix/veloren-nix.nix | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 profiles/cachix/harmony.nix create mode 100644 profiles/cachix/nix-cargo-integration.nix create mode 100644 profiles/cachix/veloren-nix.nix diff --git a/profiles/cachix/harmony.nix b/profiles/cachix/harmony.nix new file mode 100644 index 0000000..8dd7e70 --- /dev/null +++ b/profiles/cachix/harmony.nix @@ -0,0 +1,10 @@ +{ + nix = { + binaryCaches = [ + "https://harmony.cachix.org" + ]; + binaryCachePublicKeys = [ + "harmony.cachix.org-1:yv78QZHgS0UHkrMW56rccNghWHRz18fFRl8mWQ63M6E=" + ]; + }; +} diff --git a/profiles/cachix/nix-cargo-integration.nix b/profiles/cachix/nix-cargo-integration.nix new file mode 100644 index 0000000..c276e2f --- /dev/null +++ b/profiles/cachix/nix-cargo-integration.nix @@ -0,0 +1,10 @@ +{ + nix = { + binaryCaches = [ + "https://nix-cargo-integration.cachix.org" + ]; + binaryCachePublicKeys = [ + "nix-cargo-integration.cachix.org-1:wphySON/RyTC2DCzwKPBQGLEZv5mj0s1I1lsfQObaLs=" + ]; + }; +} diff --git a/profiles/cachix/veloren-nix.nix b/profiles/cachix/veloren-nix.nix new file mode 100644 index 0000000..2aa0a45 --- /dev/null +++ b/profiles/cachix/veloren-nix.nix @@ -0,0 +1,10 @@ +{ + nix = { + binaryCaches = [ + "https://veloren-nix.cachix.org" + ]; + binaryCachePublicKeys = [ + "veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc=" + ]; + }; +}