summaryrefslogtreecommitdiff
path: root/common/cachix/nix-community.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/cachix/nix-community.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/cachix/nix-community.nix b/common/cachix/nix-community.nix
deleted file mode 100644
index 427a518..0000000
--- a/common/cachix/nix-community.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-
-{
- nix = {
- binaryCaches = [
- "https://nix-community.cachix.org"
- ];
- binaryCachePublicKeys = [
- "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- ];
- };
-}