nix-eval-jobs: switch to nix stable

This also should make prevent breakages like https://github.com/NixOS/nixpkgs/pull/147376
main
Jörg Thalheim 3 years ago
parent 7c52900af1
commit 856ce74b01
  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