From 4c14c3d40295f3da5fcca5ae75aa570de70dbfd9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 18 Jan 2022 23:07:49 +0900 Subject: home: prefer inputs/overlays --- nixos/modules/cachix/caches/chaotic-nixpkgs.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nixos/modules/cachix/caches/chaotic-nixpkgs.nix (limited to 'nixos') diff --git a/nixos/modules/cachix/caches/chaotic-nixpkgs.nix b/nixos/modules/cachix/caches/chaotic-nixpkgs.nix new file mode 100644 index 0000000..7131c9b --- /dev/null +++ b/nixos/modules/cachix/caches/chaotic-nixpkgs.nix @@ -0,0 +1,12 @@ +{ config, lib, ... }: + +{ + nix = { + binaryCaches = [ + "https://chaotic-nixpkgs.cachix.org" + ]; + binaryCachePublicKeys = [ + "chaotic-nixpkgs.cachix.org-1:xm/PZVLgwIlMc8K5+ZxGIkEXovfL9Bll5HolvzN1wIQ=" + ]; + }; +} -- cgit 1.4.1