Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rename nx to nix #134

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

joaosamouco
Copy link
Contributor

Description

Due to a conflict with the existing tool nx, a pretty popular tool, we find it better to rename nx to nix for compatibility.

Everyone can still create an alias if they still want to use nix as nx.

Linked Issues

#118

Due to a conflict with the existing tool [nx](https://nx.dev/), a pretty
popular tool, we find it better to rename `nx` to `nix` for compatibility.

Everyone can still create an alias if they still want to use `nix` as `nx`.
@@ -1,3 +1,3 @@
#!/usr/bin/env node
'use strict'
import '../dist/nx.mjs'
import '../dist/nix.mjs'
Copy link

Choose a reason for hiding this comment

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

Thank you @joaosamouco for the proposed changes.

The permissions on this file changed.

image

I don't know if this was intended, so just pointing it out.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for pointing that out. I didn't notice it!

I just checked and all other files on bin have 755 so I think these are the correct permissions.

Copy link
Contributor

Choose a reason for hiding this comment

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

So I think you don't need it to be 755 since npm changes it to 755 on install, but this will make it easier to test

@antfu antfu merged commit d17eb4c into antfu-collective:main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants