karabiner-elements: format with nixfmt-rfc-style

This commit is contained in:
DontEatOreo
2024-08-19 01:38:39 +03:00
parent 7ee14abd7a
commit f88424f5d8
@@ -1,4 +1,11 @@
{ lib, stdenv, fetchurl, cpio, xar, undmg }:
{
lib,
stdenv,
fetchurl,
cpio,
xar,
undmg,
}:
stdenv.mkDerivation rec {
pname = "karabiner-elements";
@@ -9,9 +16,16 @@ stdenv.mkDerivation rec {
sha256 = "sha256-gmJwoht/Tfm5qMecmq1N6PSAIfWOqsvuHU8VDJY8bLw=";
};
outputs = [ "out" "driver" ];
outputs = [
"out"
"driver"
];
nativeBuildInputs = [ cpio xar undmg ];
nativeBuildInputs = [
cpio
xar
undmg
];
unpackPhase = ''
undmg $src