git-workspace: nixfmt

This commit is contained in:
misuzu
2025-01-23 20:33:32 +02:00
parent 3eeb3fed00
commit 82bc5bbd5b
+7 -6
View File
@@ -1,9 +1,10 @@
{ lib
, fetchFromGitHub
, rustPlatform
, pkg-config
, openssl
, nix-update-script
{
lib,
fetchFromGitHub,
rustPlatform,
pkg-config,
openssl,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {