forked from mirrors/nixpkgs
Merge pull request #147387 from Mic92/nix-eval-jobs
nix-eval-jobs: switch to nix stable
This commit is contained in:
commit
07e3b29217
|
@ -4,7 +4,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, nixUnstable
|
, nix
|
||||||
, nlohmann_json
|
, nlohmann_json
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, stdenv
|
, stdenv
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost
|
boost
|
||||||
nixUnstable
|
nix
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue