From 156d091ec38e5cf667f411b0f7da8915e6aba8b5 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 12 May 2026 14:00:46 +0100 Subject: [PATCH] Add cuda-maintainers cache. --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index e7d6893..3e7d0d1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,15 @@ { description = "FredOS NixOS configuration"; + + nixConfig = { + extra-substituters =[ + "https://cuda-maintainers.cachix.org" + ]; + extra-trusted-public-keys =[ + "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" + ]; + }; + inputs = { nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; home-manager-stable = {