Skip to content

linux_latest-libre: 19812 -> 19835#418293

Merged
philiptaron merged 3 commits into
NixOS:masterfrom
philiptaron:linux-libre-fix-build
Jul 2, 2025
Merged

linux_latest-libre: 19812 -> 19835#418293
philiptaron merged 3 commits into
NixOS:masterfrom
philiptaron:linux-libre-fix-build

linux_latest-libre: 19812 -> 19835

4cb34ef
Select commit
Loading
Failed to load commit list.
OfBorg / linux_latest-libre, linux_latest-libre.passthru.tests on x86_64-darwin skipped Aug 11, 2025 in 0s

No attempt

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