1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00

nix-eval-jobs: switch to nix stable

This also should make prevent breakages like https://github.com/NixOS/nixpkgs/pull/147376
This commit is contained in:
Jörg Thalheim 2021-11-25 18:55:41 +01:00
parent 7c52900af1
commit 856ce74b01

View file

@ -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 = [