aboutsummaryrefslogtreecommitdiff
path: root/cachix/nix-community.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cachix/nix-community.nix')
-rw-r--r--cachix/nix-community.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/cachix/nix-community.nix b/cachix/nix-community.nix
deleted file mode 100644
index 7fc4c65..0000000
--- a/cachix/nix-community.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-
-{
- nix = {
- settings = {
- substituters = [
- "https://nix-community.cachix.org"
- ];
- trusted-public-keys = [
- "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- ];
- };
- };
-}