Skip to content

[Backport release-25.05] doc: add CUDA contributing section#425172

Merged
ConnorBaker merged 2 commits into
NixOS:release-25.05from
ConnorBaker:backport-414612-to-release-25.05
Jul 14, 2025
Merged

[Backport release-25.05] doc: add CUDA contributing section#425172
ConnorBaker merged 2 commits into
NixOS:release-25.05from
ConnorBaker:backport-414612-to-release-25.05

magma: add passthru.testers and passthru.tests

4248e7c
Select commit
Loading
Failed to load commit list.
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.