[Backport release-25.05] doc: add CUDA contributing section#425172
Merged
ConnorBaker merged 2 commits intoJul 14, 2025
Merged
OfBorg / doc, doc.passthru.tests, magma, magma.passthru.tests on aarch64-linux
skipped
Jul 15, 2025 in 0s
No attempt
The following builds were skipped because they don't evaluate on aarch64-linux: doc, doc.passthru.tests, magma, magma.passthru.tests
Details
Partial log
then pass `--impure` in order to allow use of environment variables.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
Loading