opensd: Fix formatting with treefmt

This commit is contained in:
Guy Chronister
2025-05-15 14:03:09 +00:00
parent 0576a0e175
commit fc225a5a9f

View File

@@ -1,7 +1,8 @@
{ stdenv
, lib
, fetchFromGitea
, cmake
{
stdenv,
lib,
fetchFromGitea,
cmake,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "opensd";
@@ -16,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [ cmake ];
buildInputs = [];
buildInputs = [ ];
cmakeFlags = [
"-DUDEV_RULE_DIR=${placeholder "out"}/lib/udev/rules.d"