From 7edaf495a77c42f9837a3890f3f8e7649dc2dee0 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:32:22 +0200 Subject: [PATCH] csharprepl: format with `nixfmt-rfc-style` --- pkgs/by-name/cs/csharprepl/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/cs/csharprepl/package.nix b/pkgs/by-name/cs/csharprepl/package.nix index 5b7e8f2d7c93..38eff7c7add8 100644 --- a/pkgs/by-name/cs/csharprepl/package.nix +++ b/pkgs/by-name/cs/csharprepl/package.nix @@ -1,4 +1,8 @@ -{ buildDotnetGlobalTool, dotnetCorePackages, lib }: +{ + buildDotnetGlobalTool, + dotnetCorePackages, + lib, +}: buildDotnetGlobalTool { pname = "csharprepl";