From 2b4917c5fbdf841938271ce8936ba98cee0ee994 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 23 Nov 2024 21:52:26 -0600 Subject: [PATCH] fix cosmic cachix --- cachix/cachix/cosmic.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cachix/cachix/cosmic.nix diff --git a/cachix/cachix/cosmic.nix b/cachix/cachix/cosmic.nix new file mode 100644 index 0000000..8f89747 --- /dev/null +++ b/cachix/cachix/cosmic.nix @@ -0,0 +1,12 @@ +{ + nix = { + settings = { + substituters = [ + "https://cosmic.cachix.org" + ]; + trusted-public-keys = [ + "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" + ]; + }; + }; +}