We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--from-url
So, I'm typing this command:
nix-template stdenv -n pkgs/games/ -p open-hexagon -u https://github.com/SuperV1234/SSVOpenHexagon
And I expect the homepage generated by nix-template to be https://github.com/SuperV1234/SSVOpenHexagon Instead, it generates https://github.com/SuperV1234/open-hexagon, which doesn't exist.
nix-template
I think the cause is this line:
nix-template/src/cli.rs
Line 194 in bf63d5e
The text was updated successfully, but these errors were encountered:
Yea, if -u is passed, I should just inherit that. Thanks, I'll look into this
-u
Sorry, something went wrong.
No branches or pull requests
So, I'm typing this command:
And I expect the homepage generated by
nix-template
to be https://github.com/SuperV1234/SSVOpenHexagonInstead, it generates https://github.com/SuperV1234/open-hexagon, which doesn't exist.
I think the cause is this line:
nix-template/src/cli.rs
Line 194 in bf63d5e
The text was updated successfully, but these errors were encountered: