Skip to content

Allow full installation via the Nix shell #7

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

Merged
merged 1 commit into from
Aug 29, 2020

Conversation

thomashoneyman
Copy link
Contributor

Closes #4 by encapsulating installation into the Nix shell, which also includes runtime dependencies like dhall-json. You can now build and install the contrib-updater tool via nix-shell.

demo

It's still callable via contrib-updater, but the tool's name is displayed as 'index.js' in the help menus. I didn't want to spend too much time trying to make that nice, and this should allow folks to use the tool right away. Plus, subsequent updates to the tool can be matched with npm run build and your local version will be updated without effort as it's just a symlink to ./bin/index.js.

cc: @JordanMartinez

@JordanMartinez
Copy link
Contributor

Cool!

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

Successfully merging this pull request may close these issues.

Cannot build updater tool.
3 participants