ghq: format with nixfmt-rfc-style

This commit is contained in:
Kenichi Kamiya 2024-11-26 03:33:26 +09:00
parent e250f56a19
commit e80357c95b
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -1,4 +1,11 @@
{ lib, buildGoModule, fetchFromGitHub, testers, nix-update-script, ghq }:
{
lib,
buildGoModule,
fetchFromGitHub,
testers,
nix-update-script,
ghq,
}:
buildGoModule rec {
pname = "ghq";