Add cuda-maintainers cache.
This commit is contained in:
parent
528189e87e
commit
156d091ec3
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue