-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move Nix-related files to nushell/integrations #58
Comments
sounds very nice to have everything centralized into once place |
i don't know if simply moving |
I'm thinking a better idea would be to have a directory per package manager. I imagine package managers could reuse some files between projects, or have a top-level Nushell package with nupm/nufmt/... as its sub-packages. So it could look something like
Note that just copy-pasting the current flake files (the .envrc has some nix stuff in it as well) to nushell/integrations won't work, the flake would need to change to fetch nufmt from GitHub instead of building from local file tree. |
yup, all of this makes perfect sense 👌 |
Yes! I completely agree! |
Is your feature request related to a problem? Please describe.
We recently set up a community maintained https://github.com/nushell/integrations to keep package manager and other integration files for Nushell projects there. The intent is to avoid cluttering our repositories with 3rd party tool files that the core team has to maintain.
Describe the solution you'd like
Move Nix-related files to https://github.com/nushell/integrations
Describe alternatives you've considered
Since the core team doesn't actively develop nufmt (yet?), it depends on the active nufmt developers if they want these in and maintain them. But once we scale up the development, we might move them, since that's the direction we've followed in Nushell itself and recently nupm.
The text was updated successfully, but these errors were encountered: