Skip to content

silice: 0-unstable-2025-07-03 -> 0-unstable-2025-10-02#473108

Merged
GaetanLepage merged 1 commit into
NixOS:masterfrom
gonsolo:silice
Dec 24, 2025
Merged

silice: 0-unstable-2025-07-03 -> 0-unstable-2025-10-02#473108
GaetanLepage merged 1 commit into
NixOS:masterfrom
gonsolo:silice

silice: 0-unstable-2025-07-03 -> 0-unstable-2025-10-02

4151ec4
Select commit
Loading
Failed to load commit list.
OfBorg / silice, silice.passthru.tests on x86_64-darwin skipped Jan 14, 2026

No attempt

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