From 49667fcad67aa1293bd530e1714f464c1bb6d36c Mon Sep 17 00:00:00 2001 From: HigherOrderLogic <73709188+HigherOrderLogic@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:44:59 +0000 Subject: [PATCH] babelfish: use `__structuredAttrs` --- pkgs/shells/fish/babelfish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/shells/fish/babelfish.nix b/pkgs/shells/fish/babelfish.nix index 3c36a8dc40c7..640c45e9e223 100644 --- a/pkgs/shells/fish/babelfish.nix +++ b/pkgs/shells/fish/babelfish.nix @@ -16,6 +16,8 @@ buildGoModule (finalAttrs: { vendorHash = "sha256-HY9ejLfT6gj3vUMSzbNZ4QlpB+liigTtNDBNWCy8X38="; + __structuredAttrs = true; + meta = { description = "Translate bash scripts to fish"; mainProgram = "babelfish";