Skip to content

doc: add CUDA contributing section#414612

Merged
fricklerhandwerk merged 2 commits into
NixOS:masterfrom
ConnorBaker:feat/cuda-doc-passthru-testing
Jul 14, 2025
Merged

doc: add CUDA contributing section#414612
fricklerhandwerk merged 2 commits into
NixOS:masterfrom
ConnorBaker:feat/cuda-doc-passthru-testing

magma: add passthru.testers and passthru.tests

be7e126
Select commit
Loading
Failed to load commit list.
OfBorg / doc, doc.passthru.tests, magma, magma.passthru.tests on aarch64-darwin skipped Jul 15, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: 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.