ant: format with nixfmt-rfc-style

Also:
* Remove a stray unused comment
This commit is contained in:
Tomodachi94
2024-11-29 01:08:54 +00:00
parent 4f2b642f6c
commit 2538d58436

View File

@@ -1,4 +1,11 @@
{ fetchurl, lib, stdenv, coreutils, makeWrapper, gitUpdater }: {
fetchurl,
lib,
stdenv,
coreutils,
makeWrapper,
gitUpdater,
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ant"; pname = "ant";
@@ -16,8 +23,7 @@ stdenv.mkDerivation rec {
sha256 = "1l8say86bz9gxp4yy777z7nm4j6m905pg342li1aphc14p5grvwn"; sha256 = "1l8say86bz9gxp4yy777z7nm4j6m905pg342li1aphc14p5grvwn";
}; };
installPhase = installPhase = ''
''
mkdir -p $out/bin $out/lib/ant mkdir -p $out/bin $out/lib/ant
mv * $out/lib/ant/ mv * $out/lib/ant/
@@ -76,7 +82,7 @@ stdenv.mkDerivation rec {
EOF EOF
chmod +x $out/bin/ant chmod +x $out/bin/ant
''; # */ '';
passthru = { passthru = {
updateScript = gitUpdater { updateScript = gitUpdater {