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
I have seen use cases where I want to execute the m command within a makeScript job.
m
makeScript
Let's look for a comfortable way to do this.
The text was updated successfully, but these errors were encountered:
It looks like doing something like this is enough:
makes = import (builtins.fetchGit { url = "https://github.com/fluidattacks/makes"; ref = "refs/heads/main"; rev = "bd2848c799aac0f04e211f16547dad41c6e3190e"; }) {};
Then it can be added to the path with:
searchPaths.bin = [makes]
Let's add documentation for this.
Sorry, something went wrong.
No branches or pull requests
I have seen use cases where I want to execute the
m
command within amakeScript
job.Let's look for a comfortable way to do this.
The text was updated successfully, but these errors were encountered: