invoiceplane: nixfmt

This commit is contained in:
Jonas Heinrich
2024-11-19 11:10:07 +01:00
parent 3d50b85d74
commit 449c9e7695
+7 -1
View File
@@ -1,4 +1,10 @@
{ lib, stdenv, fetchurl, unzip, nixosTests }:
{
lib,
stdenv,
fetchurl,
unzip,
nixosTests,
}:
stdenv.mkDerivation rec {
pname = "invoiceplane";