Difference between revisions of "Applications"

From NixOS Wiki
Jump to: navigation, search
Line 38: Line 38:
  
 
* [https://github.com/nixos/hydra Hydra] - Nix's official continuous integration and build system.
 
* [https://github.com/nixos/hydra Hydra] - Nix's official continuous integration and build system.
* [https://github.com/hercules-ci/hercules Hercules]
+
* [https://github.com/xtruder/nix-kubernetes nix-kubernetes] - Kubernetes deployment manager written in nix
 
* [https://github.com/svanderburg/disnix Disnix] - a microservice architecture built with Nix.
 
* [https://github.com/svanderburg/disnix Disnix] - a microservice architecture built with Nix.
* [https://github.com/TaktInc/hail Hail] a service for pull-based continuous deployment.
+
* [https://github.com/TaktInc/hail Hail] - a service for pull-based continuous deployment.
  
 
== See also ==
 
== See also ==

Revision as of 22:16, 22 April 2018

This article lists applications built for and with Nix; it constitutes a listing of what may be called the *extended Nix Ecosystem*.

Nix Derivatives

Various applications built on top of Nix:

  • fractalide - Reusable Reproducible Polyglot Microservices
  • musnix - real-time audio modules for NixOS
  • nix-bundle - package Nix attributes into single-file executables.
  • nix-darwin - NixOS modules for Darwin
  • nix-user-chroot - install Nix as an unpriviliged user on any system
  • not-os - build a system firmware for embedded devices
  • styx - Static site generator in Nix expression language
  • nixos-shell - like nix-shell, but for NixOS modules. Buildable version can be found in this fork

Nix Tooling

Various tools built for working with the Nix Ecosystem:

Nix Operations

Operations tools for the Nix Ecosystem:

  • Hydra - Nix's official continuous integration and build system.
  • nix-kubernetes - Kubernetes deployment manager written in nix
  • Disnix - a microservice architecture built with Nix.
  • Hail - a service for pull-based continuous deployment.

See also