Unverified Commit a5ed4779 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

pkgsStatic.nix-eval-jobs: reduce closure size (#427671)

parents 30a308a5 f0410042
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = pname;
    rev = "v${version}";
    repo = "nix-eval-jobs";
    tag = "v${version}";
    hash = "sha256-AJ22q6yWc1hPkqssXMxQqD6QUeJ6hbx52xWHhKsmuP0=";
  };

@@ -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.