Loading pkgs/tools/security/age/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ buildGoModule rec { fi ''; # plugin test is flaky, see https://github.com/FiloSottile/age/issues/517 checkFlags = [ "-skip" "TestScript/plugin" ]; meta = with lib; { homepage = "https://age-encryption.org/"; description = "Modern encryption tool with small explicit keys"; Loading Loading
pkgs/tools/security/age/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ buildGoModule rec { fi ''; # plugin test is flaky, see https://github.com/FiloSottile/age/issues/517 checkFlags = [ "-skip" "TestScript/plugin" ]; meta = with lib; { homepage = "https://age-encryption.org/"; description = "Modern encryption tool with small explicit keys"; Loading