-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable using a custom Nickel binary #24
Comments
Thanks @vkleen - for now I'm wrapping the Nixpkgs Nickel with a minimal toolchain & export rule
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the Nickel toolchain in
rules_nickel
insists on downloading one of the static binaries built as part of Nickel's GitHub release process. It would be useful to have the option of using a custom build of Nickel for various purposes:x86_64-linux
andarm64-linux
In particular, this would make it possible to use
rules_nixpkgs
to provision a custom Nickel executable on whichever architectures supported by nixpkgs. For example, this would include darwin which is supported by Nickel but not built as part of the GitHub release.The text was updated successfully, but these errors were encountered: