Commit 8d6e1018 authored by Emily's avatar Emily
Browse files

tests.pkg-config: extend current Nixpkgs configuration

This was enabling aliases on ofborg.
parent 6a151ca9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# cd nixpkgs
# nix-build -A tests.pkg-config
{ lib, stdenv, ... }:
{ lib, config, stdenv, ... }:

let
  # defaultPkgConfigPackages test needs a Nixpkgs with allowUnsupportedPlatform
@@ -10,7 +10,7 @@ let
  allPkgs = import ../default.nix {
    system = stdenv.hostPlatform.system;
    localSystem = stdenv.buildPlatform.system;
    config = {
    config = config // {
      allowUnsupportedSystem = true;
    };
    overlays = [];