add nixos-rocm cache

This commit is contained in:
Peder Bergebakken Sundt 2023-03-11 16:01:49 +01:00
parent b94ff03fe0
commit b1746766da
1 changed files with 13 additions and 0 deletions

13
cachix/nixos-rocm.nix Normal file
View File

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://nixos-rocm.cachix.org"
];
trusted-public-keys = [
"nixos-rocm.cachix.org-1:VEpsf7pRIijjd8csKjFNBGzkBqOmw8H9PRmgAq14LnE="
];
};
};
}