Unverified Commit 7950a226 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

tests.trivial-builders.references: specify as empty set instead of null on non-Linux



Please Nix CI (OfBorg) with empty set instead of null on non-linux platforms,
where NixOS tests are not supported.

Co-authored-by: default avatarRobert Hensing <roberth@users.noreply.github.com>
parent 9fba2b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ recurseIntoAttrs {
  references =
    if stdenv.hostPlatform.isLinux
    then references
    else null;
    else {};
  writeCBin = callPackage ./writeCBin.nix {};
  writeShellApplication = callPackage ./writeShellApplication.nix {};
  writeScriptBin = callPackage ./writeScriptBin.nix {};