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

Add CI and AI sections #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Copy link
Member

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.

* [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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in the Overlays section, since its purpose is to provide a set of packages, not to actually perform the Machine Learning.

(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
Expand Down