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

Add more nix install documentation #106

Closed
Rucadi opened this issue May 10, 2024 · 4 comments · Fixed by #141
Closed

Add more nix install documentation #106

Rucadi opened this issue May 10, 2024 · 4 comments · Fixed by #141
Labels
enhancement New feature or request

Comments

@Rucadi
Copy link

Rucadi commented May 10, 2024

The part you want to Enhancement
In Nix you can install or use packages directly from a github url, in this case, we can do:

nix run github:MHNightCat/superfile#superfile

or

nix profile install github:MHNightCat/superfile#superfile

Why it is necessary to enhancement
People may not be aware that they do not need a flake configuration to test or install this package.

Additional context

@Rucadi Rucadi added the enhancement New feature or request label May 10, 2024
yorukot added a commit that referenced this issue May 10, 2024
yorukot added a commit that referenced this issue May 10, 2024
@yorukot
Copy link
Owner

yorukot commented May 10, 2024

Updated it.
Thanks for your advice!

@juanibiapina
Copy link
Contributor

juanibiapina commented May 13, 2024

In main it now says nix profile install github:MHNightCat/superfile#superfile twice.

https://github.com/MHNightCat/superfile/blob/main/README.md#install-with-nix-command-line

@juanibiapina
Copy link
Contributor

Which doesn't work, btw:

error: getting status of '/nix/store/l6prg341zqv51a8z9jn4cbfxgdcn7vkx-source/src/gomod2nix.toml': No such file or directory

@yorukot
Copy link
Owner

yorukot commented May 13, 2024

@juanibiapina Got it!
I try to fix it in 87587f0
I'm not a Nix user so I'm not sure if this is fixed correctly if you have any issue please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants