mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 23:57:16 +00:00
nix-update: remove nixpkgs-fmt
This commit is contained in:
parent
0721823d6c
commit
0c594546c6
@ -3,7 +3,6 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nix
|
, nix
|
||||||
, nix-prefetch-git
|
, nix-prefetch-git
|
||||||
, nixpkgs-fmt
|
|
||||||
, nixpkgs-review
|
, nixpkgs-review
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-fmt nixpkgs-review ])
|
"--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-review ])
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user