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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inspiration: https://github.com/teaxyz/cli
Samples:
# before nix-shell -p pandoc --run 'pandoc doc.md -o doc.html' # after try pandoc doc.md -o doc.html
# before nix-shell -p 'python3.withPackages (pythonPackages: [ pythonPackages.pygments pythonPackages.pyyaml ])' --run '~/tmp/Projects/llvm-project/llvm/tools/opt-viewer/opt-viewer.py --source-dir . --output-dir build-perf/opt-viewer/ build-perf/' # after try +python3/pygments/pyyaml ~/tmp/Projects/llvm-project/llvm/tools/opt-viewer/opt-viewer.py --source-dir . --output-dir build-perf/opt-viewer/ build-perf/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inspiration: https://github.com/teaxyz/cli
Samples:
The text was updated successfully, but these errors were encountered: