spacebar: format

This commit is contained in:
Austin Horstman 2024-11-04 21:01:58 -06:00
parent 1f9a6f4885
commit 215b30238e
No known key found for this signature in database

View File

@ -1,4 +1,12 @@
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, ScriptingBridge, SkyLight }:
{
lib,
stdenv,
fetchFromGitHub,
Carbon,
Cocoa,
ScriptingBridge,
SkyLight,
}:
stdenv.mkDerivation rec {
pname = "spacebar";
@ -11,7 +19,12 @@ stdenv.mkDerivation rec {
sha256 = "sha256-4LiG43kPZtsm7SQ/28RaGMpYsDshCaGvc1mouPG3jFM=";
};
buildInputs = [ Carbon Cocoa ScriptingBridge SkyLight ];
buildInputs = [
Carbon
Cocoa
ScriptingBridge
SkyLight
];
installPhase = ''
mkdir -p $out/bin