swiftbar: nixfmt-rfc-style

This commit is contained in:
Matteo Pacini 2024-06-29 13:31:36 +01:00
parent 7bd5ad7c18
commit 08c8a27a48

View File

@ -1,7 +1,8 @@
{ lib
, fetchzip
, stdenvNoCC
, makeWrapper
{
lib,
fetchzip,
stdenvNoCC,
makeWrapper,
}:
stdenvNoCC.mkDerivation rec {
@ -17,9 +18,7 @@ stdenvNoCC.mkDerivation rec {
dontConfigure = true;
dontBuild = true;
nativeBuildInputs = [
makeWrapper
];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
runHook preInstall