-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup nix dev shell #28
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 85.45% 85.45%
=======================================
Files 2 2
Lines 55 55
Branches 7 7
=======================================
Hits 47 47
Misses 8 8 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 1.0.1-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.2-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.2-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.0-canary.1 🎉 The release is available on npm package (@canary dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-canary.1 🎉 The release is available on Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-canary.1 🎉 The release is available on Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on Your semantic-release bot 📦🚀 |
This PR defines a nix dev shell in a
flake.nix
file.It also replaces husky (it seems to have some issues with nix) with simple-git-hooks and upgrades all dev dependencies.