nixpkgs-review: use nix (2.4)

Follow-up to #144197 since nixUnstable is no longer for many new
features.
This commit is contained in:
Bernardo Meurer
2021-11-09 11:37:25 -08:00
parent a658747329
commit a942e10a22
@@ -1,7 +1,7 @@
{ lib
, python3
, fetchFromGitHub
, nixUnstable
, nix
, git
}:
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
};
makeWrapperArgs = [
"--prefix" "PATH" ":" "${lib.makeBinPath [ nixUnstable git ]}"
"--prefix" "PATH" ":" "${lib.makeBinPath [ nix git ]}"
];
doCheck = false;