Merge pull request #145238 from lovesegfault/nixpkgs-review-nix-stable

nixpkgs-review: use nix (2.4)

authored by

Jörg Thalheim and committed by
GitHub
37bd6967 c2268175

+2 -2
+2 -2
pkgs/tools/package-management/nixpkgs-review/default.nix
··· 1 1 { lib 2 2 , python3 3 3 , fetchFromGitHub 4 - , nixUnstable 4 + , nix 5 5 , git 6 6 }: 7 7 ··· 17 17 }; 18 18 19 19 makeWrapperArgs = [ 20 - "--prefix" "PATH" ":" "${lib.makeBinPath [ nixUnstable git ]}" 20 + "--prefix" "PATH" ":" "${lib.makeBinPath [ nix git ]}" 21 21 ]; 22 22 23 23 doCheck = false;