pwdsafety: format with nixfmt
This commit is contained in:
parent
4fb51d082b
commit
af7a65070d
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
|
Loading…
Reference in a new issue