docs: add cache, package-sets
This commit is contained in:
parent
9a2c568849
commit
5b331bb260
4 changed files with 32 additions and 2 deletions
13
docs/cache.md
Normal file
13
docs/cache.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[https://nix-community.cachix.org/](https://nix-community.cachix.org/)
|
||||||
|
|
||||||
|
```nix
|
||||||
|
{
|
||||||
|
nix.settings.substituters = [
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
];
|
||||||
|
|
||||||
|
nix.settings.trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
|
}
|
||||||
|
```
|
|
@ -33,6 +33,6 @@ To enable hydra add a new project in this [file](https://github.com/nix-communit
|
||||||
|
|
||||||
#### Cache
|
#### Cache
|
||||||
|
|
||||||
[https://nix-community.cachix.org/](https://nix-community.cachix.org/)
|
All of the above builds are pushed to the cache.
|
||||||
|
|
||||||
All of the above CI builds are pushed to the cache.
|
See [here](./cache.md) for details.
|
||||||
|
|
15
docs/package-sets.md
Normal file
15
docs/package-sets.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#### Nixpkgs CUDA and ROCm
|
||||||
|
|
||||||
|
Built on `nixos-unstable-small` for `x86_64-linux`, `aarch64-linux`.
|
||||||
|
|
||||||
|
[CUDA and ROCm release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cuda.nix)
|
||||||
|
|
||||||
|
[https://hydra.nix-community.org/jobset/nixpkgs/cuda](https://hydra.nix-community.org/jobset/nixpkgs/cuda)
|
||||||
|
|
||||||
|
[https://hydra.nix-community.org/jobset/nixpkgs/rocm](https://hydra.nix-community.org/jobset/nixpkgs/rocm)
|
||||||
|
|
||||||
|
#### Cache
|
||||||
|
|
||||||
|
All of the above builds are pushed to the cache.
|
||||||
|
|
||||||
|
See [here](./cache.md) for details.
|
|
@ -5,6 +5,8 @@ nav:
|
||||||
- Services:
|
- Services:
|
||||||
- continuous-integration.md
|
- continuous-integration.md
|
||||||
- Faster GitHub Actions: namespace-actions.md
|
- Faster GitHub Actions: namespace-actions.md
|
||||||
|
- package-sets.md
|
||||||
|
- cache.md
|
||||||
- community-builder.md
|
- community-builder.md
|
||||||
- R. RyanTM nixpkgs-update bot: update-bot.md
|
- R. RyanTM nixpkgs-update bot: update-bot.md
|
||||||
- NUR update: nur-update.md
|
- NUR update: nur-update.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue