From 656d9a4432fa611491a349a3f83fdfe363e2fe3c Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 17:53:01 +0530 Subject: moving things to a folder --- nixos/cachix/nix-community.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nixos/cachix/nix-community.nix (limited to 'nixos/cachix/nix-community.nix') diff --git a/nixos/cachix/nix-community.nix b/nixos/cachix/nix-community.nix new file mode 100644 index 0000000..7fc4c65 --- /dev/null +++ b/nixos/cachix/nix-community.nix @@ -0,0 +1,13 @@ + +{ + nix = { + settings = { + substituters = [ + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + }; +} -- cgit v1.2.3