maestro: refactor fortmat with nixfmt

This commit is contained in:
pinage404
2024-09-01 17:37:59 +02:00
parent 5e8d9db28a
commit 3c03c676dd
+12 -2
View File
@@ -1,4 +1,11 @@
{ lib, stdenv, fetchurl, unzip, makeWrapper, jre_headless }:
{
lib,
stdenv,
fetchurl,
unzip,
makeWrapper,
jre_headless,
}:
stdenv.mkDerivation rec {
pname = "maestro";
@@ -10,7 +17,10 @@ stdenv.mkDerivation rec {
};
dontUnpack = true;
nativeBuildInputs = [ unzip makeWrapper ];
nativeBuildInputs = [
unzip
makeWrapper
];
installPhase = ''
mkdir $out