Commit 0c594546 authored by zowoq's avatar zowoq
Browse files

nix-update: remove nixpkgs-fmt

parent 0721823d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = ''