Unverified Commit f0410042 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

pkgsStatic.nix-eval-jobs: reduce closure size

The runtime closure is reduced from 430 MB to 40 MB this way.
parent eb5ef3e6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
    pkg-config
  ];

  outputs = [
    "out"
    "dev"
  ];

  # Since this package is intimately tied to a specific Nix release, we
  # propagate the Nix used for building it to make it easier for users
  # downstream to reference it.