Switch to nixfmt

This commit is contained in:
Dave Gallant
2024-07-28 08:26:07 -04:00
parent a009dd5fe4
commit 1bfd747ebb
13 changed files with 168 additions and 271 deletions

View File

@@ -1,8 +1,4 @@
{ lib
, fetchFromGitHub
, buildGoModule
,
}:
{ lib, fetchFromGitHub, buildGoModule, }:
buildGoModule rec {
pname = "vpngate";
version = "v0.2.0";