diff --git a/pkgs/by-name/fo/fosrl-newt/package.nix b/pkgs/by-name/fo/fosrl-newt/package.nix index 61c667b1a7f25..034867d84f4ae 100644 --- a/pkgs/by-name/fo/fosrl-newt/package.nix +++ b/pkgs/by-name/fo/fosrl-newt/package.nix @@ -33,6 +33,8 @@ buildGoModule (finalAttrs: { passthru.updateScript = nix-update-script { }; + __structuredAttrs = true; + meta = { description = "Tunneling client for Pangolin"; homepage = "https://github.com/fosrl/newt"; diff --git a/pkgs/by-name/fo/fosrl-olm/package.nix b/pkgs/by-name/fo/fosrl-olm/package.nix index b3373d8a6f59c..ea332c138acef 100644 --- a/pkgs/by-name/fo/fosrl-olm/package.nix +++ b/pkgs/by-name/fo/fosrl-olm/package.nix @@ -24,6 +24,8 @@ buildGoModule (finalAttrs: { doInstallCheck = true; + __structuredAttrs = true; + meta = { description = "Tunneling client for Pangolin"; homepage = "https://github.com/fosrl/olm";