Applications: Difference between revisions

From NixOS Wiki
imported>Ixxie
mNo edit summary
imported>Ixxie
No edit summary
Line 9: Line 9:
* [https://github.com/matthewbauer/nix-bundle nix-bundle] - package Nix attributes into single-file executables.
* [https://github.com/matthewbauer/nix-bundle nix-bundle] - package Nix attributes into single-file executables.
* [https://github.com/LnL7/nix-darwin nix-darwin] - NixOS modules for Darwin
* [https://github.com/LnL7/nix-darwin nix-darwin] - NixOS modules for Darwin
* [https://github.com/lethalman/nix-user-chroot nix-user-chroot] - install nix as an unpriviliged user on any system
* [https://github.com/lethalman/nix-user-chroot nix-user-chroot] - install Nix as an unpriviliged user on any system
* [https://github.com/cleverca22/not-os not-os] - build a system firmware for embedded devices
* [https://github.com/cleverca22/not-os not-os] - build a system firmware for embedded devices
* [https://github.com/styx-static/styx styx] - Static site generator in Nix expression language
* [https://github.com/styx-static/styx styx] - Static site generator in Nix expression language

Revision as of 19:28, 6 October 2017

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.
  • Hercules
  • Disnix - a microservice architecture built with Nix.

See also