From ff0b4b72f64ae716c8d28d3b94dc8789d14115e3 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 3 Jul 2025 09:38:43 +0530 Subject: nvidia & shit --- cachix/nix-community.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cachix/nix-community.nix (limited to 'cachix') diff --git a/cachix/nix-community.nix b/cachix/nix-community.nix new file mode 100644 index 0000000..7fc4c65 --- /dev/null +++ b/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