Skip to content

headlessDisplayHook: init#428552

Closed
qbisi wants to merge 2 commits into
NixOS:staging-nextfrom
qbisi:headlessDisplayHook
Closed

headlessDisplayHook: init#428552
qbisi wants to merge 2 commits into
NixOS:staging-nextfrom
qbisi:headlessDisplayHook

lomiri.lomiri-ui-toolkit: doCheck with headlessDisplayHook

115512d
Select commit
Loading
Failed to load commit list.
OfBorg / headlessDisplayHook, headlessDisplayHook.passthru.tests, lomiri.lomiri-ui-toolkit, lomiri.lomiri-ui-toolkit.passthru.tests on x86_64-darwin skipped Sep 5, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-darwin: headlessDisplayHook, headlessDisplayHook.passthru.tests, lomiri.lomiri-ui-toolkit, lomiri.lomiri-ui-toolkit.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.