Skip to content

xray-tun: init at 0.0.8#475163

Closed
l4l4l4l4 wants to merge 2 commits intoNixOS:masterfrom
l4l4l4l4:master
Closed

xray-tun: init at 0.0.8#475163
l4l4l4l4 wants to merge 2 commits intoNixOS:masterfrom
l4l4l4l4:master

Conversation

@l4l4l4l4
Copy link

Init a new package, a CLI TUN client for xray VPN.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 12.first-time contribution This PR is the author's first one; please be gentle! 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` labels Dec 29, 2025
Copy link
Member

@iamanaws iamanaws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome!

  • Please rebase, maintainer commit should go first, then the package contribution.
  • Clean/remove the third merge commit.
  • Run nix fmt

see how-to-create-pull-requests

  1. Create a new Git branch, ideally such that:
    • The name of the branch hints at your change, e.g. update-hello.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
buildGoModule (finalAttrs: {

Copy link
Member

@iamanaws iamanaws Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tag is preferred Nixpkgs Reference

Suggested change
tag = "v${finalAttrs.version};

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to fix mock tests upstream first. there isn't a tag in which the fix is present

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see they just merge the fix, I think we could ask for a release upstream and wait
No rush.


Just for reference, we have unstable versioning

- version = "0.0.8";
+ version = "0.0.8-unstable-2025-12-29";

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
})

@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Dec 29, 2025
@iamanaws
Copy link
Member

iamanaws commented Dec 29, 2025

superseded by #475169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants