nix-update: remove nixpkgs-fmt

This commit is contained in:
zowoq 2024-08-30 12:04:24 +10:00
parent 0721823d6c
commit 0c594546c6

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, nix
, nix-prefetch-git
, nixpkgs-fmt
, nixpkgs-review
}:
@ -24,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
];
makeWrapperArgs = [
"--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-fmt nixpkgs-review ])
"--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-review ])
];
checkPhase = ''