handheld-daemon: format with nixfmt-rfc-style

This commit is contained in:
Toast 2024-04-16 19:50:25 +02:00
parent f7b450a4d8
commit a581a28a07

View File

@ -1,10 +1,11 @@
{ config
, fetchFromGitHub
, hidapi
, kmod
, lib
, python3
, toybox
{
config,
fetchFromGitHub,
hidapi,
kmod,
lib,
python3,
toybox,
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";