Loading pkgs/tools/package-management/nix-eval-jobs/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -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="; }; Loading @@ -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. Loading Loading
pkgs/tools/package-management/nix-eval-jobs/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -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="; }; Loading @@ -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. Loading