pwdsafety: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 11:41:28 +02:00
parent 4fb51d082b
commit af7a65070d
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {