Skip to content

Commit

Permalink
nix: Add substituter cuda-maintainers.cachix.org
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jul 27, 2024
1 parent 01f3032 commit d105efc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
};
};

nixConfig.extra-substituters = [ "https://azuwis.cachix.org" ];
nixConfig.extra-trusted-public-keys = [
"azuwis.cachix.org-1:194mFftt8RhaRjVyUrq8ttZCvYFwecVO+D5SC75d+9E="
];
nixConfig = {
extra-substituters = [
"https://azuwis.cachix.org"
"https://cuda-maintainers.cachix.org"
];
extra-trusted-public-keys = [
"azuwis.cachix.org-1:194mFftt8RhaRjVyUrq8ttZCvYFwecVO+D5SC75d+9E="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};

outputs =
inputs@{ ... }:
Expand Down

0 comments on commit d105efc

Please sign in to comment.