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

nix-eval-jobs: switch to nix stable
This commit is contained in:
adisbladis
2021-11-25 12:17:53 -08:00
committed by GitHub
@@ -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 = [