-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add CI and AI sections #160
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ | |
* [Command-Line Tools](#command-line-tools) | ||
* [Development](#development) | ||
* [DevOps](#devops) | ||
* [Continuous Integration](#continuous-integration) | ||
* [Artificial Intelligence](#artificial-intelligence) | ||
* [Programming Languages](#programming-languages) | ||
* [Arduino](#arduino) | ||
* [Clojure](#clojure) | ||
|
@@ -139,6 +141,16 @@ | |
* [Makes](https://github.com/fluidattacks/makes) - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. | ||
* [Standard](https://github.com/divnix/std) - An opinionated Nix Flakes framework to keep Nix code in large projects organized, accompanied by a friendly CLI/TUI optized for DevOps scenarios. | ||
|
||
## Continuous Integration | ||
|
||
* [Hercules CI](https://hercules-ci.com/) - Non free continuous integration service for Nix. | ||
* [Hydra](https://github.com/NixOS/hydra) - Official Nix-based continuous build system. | ||
* [Typhon CI](https://github.com/typhon-ci/typhon) - Nix-based continuous integration software inspired by Hydra. | ||
|
||
## Artificial Intelligence | ||
|
||
* [Nixified AI](https://nixified.ai/) - Making AI reproducible and easy to run. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be in the (Could you even do machine learning with Nix? It's kind of counter to the whole "declarative" part given machine learning is entirely based on state) |
||
|
||
## Programming Languages | ||
|
||
### Arduino | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a dash between "Non" and "free" (e.g. "Non-free").
Also seems like the kind of project I'd like to put under a "Paid/Non-Free Sevices" section, but that's just me.