git-fast-export: nixfmt

This commit is contained in:
wxt
2024-11-04 17:11:36 +08:00
parent a36cf528f7
commit 2ff0c93a65
+12 -2
View File
@@ -1,4 +1,11 @@
{lib, stdenv, fetchFromGitHub, git, mercurial, makeWrapper}:
{
lib,
stdenv,
fetchFromGitHub,
git,
mercurial,
makeWrapper,
}:
stdenv.mkDerivation rec {
pname = "fast-export";
@@ -12,7 +19,10 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [mercurial.python mercurial];
buildInputs = [
mercurial.python
mercurial
];
installPhase = ''
binPath=$out/bin