From 38ba8be512b8dbb8838fbca9865b2a8d24f6bee1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 10 Jan 2022 00:42:01 +0100 Subject: add abbenay (desktop config) --- common/cachix/nix-community.nix | 11 +++++++++++ common/cachix/veloren-nix.nix | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 common/cachix/nix-community.nix create mode 100644 common/cachix/veloren-nix.nix (limited to 'common/cachix') diff --git a/common/cachix/nix-community.nix b/common/cachix/nix-community.nix new file mode 100644 index 0000000..427a518 --- /dev/null +++ b/common/cachix/nix-community.nix @@ -0,0 +1,11 @@ + +{ + nix = { + binaryCaches = [ + "https://nix-community.cachix.org" + ]; + binaryCachePublicKeys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; +} diff --git a/common/cachix/veloren-nix.nix b/common/cachix/veloren-nix.nix new file mode 100644 index 0000000..37fb947 --- /dev/null +++ b/common/cachix/veloren-nix.nix @@ -0,0 +1,12 @@ + +{ + nix = { + binaryCaches = [ + "https://veloren-nix.cachix.org" + ]; + binaryCachePublicKeys = [ + "veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc=" + ]; + }; +} + \ No newline at end of file -- cgit v1.2.3