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

Nix workflow is clunky #5

Open
steve-chavez opened this issue Sep 10, 2023 · 1 comment
Open

Nix workflow is clunky #5

steve-chavez opened this issue Sep 10, 2023 · 1 comment
Labels

Comments

@steve-chavez
Copy link
Member

Problem

To compile, right now I do:

$ nix-shell

And to recompile:

$ <Ctr-C to exit>
$ nix-shell # again

Proposal

Similarly to the postgrest repo, a:

$ plmustache-watch plmustache-build

Would be ideal. Even just a plmustache-build command where exiting manually is not needed would be an improvement.

@steve-chavez
Copy link
Member Author

For solving this, I've realized that we need a extensions_dynamic_path config, which has been proposed before but not implemented.

I looked at the implementation and it didn't seem at all difficult but looks like other people are already on it:

Maybe we can include it as a patch for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant