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

Running makes CLI within makes #1001

Open
dsalaza4 opened this issue Jan 26, 2023 · 1 comment
Open

Running makes CLI within makes #1001

dsalaza4 opened this issue Jan 26, 2023 · 1 comment
Labels
help wanted Will be solved only if someone contributes it

Comments

@dsalaza4
Copy link
Contributor

I have seen use cases where I want to execute the m command within a makeScript job.

Let's look for a comfortable way to do this.

@dsalaza4
Copy link
Contributor Author

dsalaza4 commented Jan 26, 2023

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.

@dsalaza4 dsalaza4 added the help wanted Will be solved only if someone contributes it label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Will be solved only if someone contributes it
Projects
None yet
Development

No branches or pull requests

1 participant