mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #145238 from lovesegfault/nixpkgs-review-nix-stable
nixpkgs-review: use nix (2.4)
This commit is contained in:
commit
37bd69672d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user