Merge pull request #147387 from Mic92/nix-eval-jobs

nix-eval-jobs: switch to nix stable
main
adisbladis 3 years ago committed by GitHub
commit 07e3b29217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/package-management/nix-eval-jobs/default.nix

@ -4,7 +4,7 @@
, fetchFromGitHub
, meson
, ninja
, nixUnstable
, nix
, nlohmann_json
, pkg-config
, stdenv
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
boost
nixUnstable
nix
nlohmann_json
];
nativeBuildInputs = [

Loading…
Cancel
Save