Skip to content

Commit

Permalink
nix-eval-jobs: switch to nix stable
Browse files Browse the repository at this point in the history
This also should make prevent breakages like #147376

(cherry picked from commit 856ce74)
  • Loading branch information
Mic92 authored and github-actions[bot] committed Nov 25, 2021
1 parent 7918d1c commit e4b974a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix-eval-jobs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, fetchFromGitHub
, meson
, ninja
, nixUnstable
, nix
, nlohmann_json
, pkg-config
, stdenv
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
boost
nixUnstable
nix
nlohmann_json
];
nativeBuildInputs = [
Expand Down

0 comments on commit e4b974a

Please sign in to comment.