ghc_filesystem: format with nixfmt

This commit is contained in:
seth
2024-11-15 22:33:54 -05:00
parent 0e4fabb152
commit 2f1894aebf
+7 -1
View File
@@ -1,4 +1,10 @@
{ stdenv, lib, apple-sdk_11, cmake, fetchFromGitHub }:
{
stdenv,
lib,
apple-sdk_11,
cmake,
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
pname = "filesystem";