Update flake.nix#92
Merged
Merged
Conversation
Currently `nix run github:MattiaPun/SubTUI` fails with ```sh /nix/store/vka5h05hsjrwc50k8hm909zwlar9i1fp-subtui-unstable-dev/bin/SubTUI ``` The binary has the incorrect casing. This most install line makes `nix run` work. I believe there is an alternative to rename the go binary?
Contributor
|
Instead of doing a |
Contributor
Author
|
Could do that, however I find it very strange to have capitalized command names. They aren't particularly common, and makes it hard to remember, lowercase is the standard. VirtualBox is the only exception that comes to mind. It's owner's call I guess. |
Owner
|
I agree with @consoleillusion, lowercase is the standard for tools (especially CLI-tools). Additionally, anyone installing SubTUI via the AUR already gets the lowercase Thank you for the PR and thank you for your opinion on the topic to the both of you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently
nix run github:MattiaPun/SubTUIfails with/nix/store/vka5h05hsjrwc50k8hm909zwlar9i1fp-subtui-unstable-dev/bin/SubTUI](error: unable to execute '/nix/store/vka5h05hsjrwc50k8hm909zwlar9i1fp-subtui-unstable-dev/bin/SubTUI': No such file or directory)The binary has the incorrect casing. This postInstall line makes
nix runwork. I believe there is an alternative to rename the go binary?