Applications: Difference between revisions
imported>Danbst added nixos-shell |
imported>Ixxie Structure the article. |
||
Line 1: | Line 1: | ||
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: | |||
* [https://github.com/fractalide/fractalide fractalide] - Reusable Reproducible Polyglot Microservices | * [https://github.com/fractalide/fractalide fractalide] - Reusable Reproducible Polyglot Microservices | ||
* [https://github.com/musnix/musnix musnix] - real-time audio modules for | * [https://github.com/musnix/musnix musnix] - real-time audio modules for NixOS | ||
* [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 | ||
Line 10: | Line 14: | ||
* [https://github.com/chrisfarms/nixos-shell nixos-shell] - like nix-shell, but for NixOS modules. Buildable version can be found [https://github.com/wavewave/nixos-shell/tree/submodule in this fork] | * [https://github.com/chrisfarms/nixos-shell nixos-shell] - like nix-shell, but for NixOS modules. Buildable version can be found [https://github.com/wavewave/nixos-shell/tree/submodule in this fork] | ||
= Nix | == Nix Tooling == | ||
Various tools built for working with the Nix Ecosystem: | |||
* [https://github.com/madjar/nox nox] | * [https://github.com/madjar/nox nox] | ||
Line 22: | Line 28: | ||
* [https://github.com/holidaycheck/nix-venient nix-venient] - A collection of convenient commands for working with nix/nixpkgs | * [https://github.com/holidaycheck/nix-venient nix-venient] - A collection of convenient commands for working with nix/nixpkgs | ||
= | == Nix Operations == | ||
Operations tools for the Nix Ecosystem: | |||
* [https://github.com/nixos/hydra Hydra] - Nix's official continuous integration and build system. | |||
* [https://github.com/hercules-ci/hercules Hercules] | |||
* [https://github.com/svanderburg/disnix Disnix] - a microservice architecture built with Nix. | |||
= See also = | == See also == | ||
* [https://github.com/nixos-users/wiki/wiki/Language-specific-Package-Helpers Language-specific package helpers] | * [https://github.com/nixos-users/wiki/wiki/Language-specific-Package-Helpers Language-specific package helpers] | ||
* [https://github.com/nixos-users/wiki/wiki/Configs Configs] | * [https://github.com/nixos-users/wiki/wiki/Configs Configs] | ||
* [https://nixos.org/nixos/packages.html NixOS Packages Search] for searching through NixOS packages | * [https://nixos.org/nixos/packages.html NixOS Packages Search] for searching through NixOS packages |
Revision as of 17:42, 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:
- nox
- nix-index - Quickly locate nix packages with specific files
- nix-info
- nix-upgrade-scripts
- nixops-manager
- narfuse
- nix-home-manager - Basic system for managing a user environment using Nix
- nix-home
- nix-venient - A collection of convenient commands for working with nix/nixpkgs
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
- Language-specific package helpers
- Configs
- NixOS Packages Search for searching through NixOS packages