Skip to content

Commit 309f8bd

Browse files
committed
fix: format nix
1 parent b560a19 commit 309f8bd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

nix/packages/pgctld.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{ lib, buildGoModule, multigres-src }:
1+
{
2+
lib,
3+
buildGoModule,
4+
multigres-src,
5+
}:
26
buildGoModule {
37
pname = "pgctld";
48
version = "0.1.0";

0 commit comments

Comments
 (0)