csharprepl: format with nixfmt-rfc-style

This commit is contained in:
DontEatOreo
2024-11-08 19:32:22 +02:00
parent 0453fe2395
commit 7edaf495a7
+5 -1
View File
@@ -1,4 +1,8 @@
{ buildDotnetGlobalTool, dotnetCorePackages, lib }:
{
buildDotnetGlobalTool,
dotnetCorePackages,
lib,
}:
buildDotnetGlobalTool {
pname = "csharprepl";