diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-07-03 09:38:43 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-07-03 09:38:43 +0530 |
| commit | ff0b4b72f64ae716c8d28d3b94dc8789d14115e3 (patch) | |
| tree | 5723b0bcc7fcfcd49fe23c2b262fbcdfa8a99eee /cachix | |
nvidia & shit
Diffstat (limited to 'cachix')
| -rw-r--r-- | cachix/nix-community.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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=" + ]; + }; + }; +} |
