Jump to content

Applications/ru: Difference between revisions

From Official NixOS Wiki
Unabomberlive (talk | contribs)
Created page with "=== Flakes ==="
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
This article lists applications built for and with Nix; it constitutes a listing of what may be called the '''''Extended Nix Ecosystem''''' (see [[Special:MyLanguage/Nix Ecosystem|Nix Ecosystem]] for the Core Nix Ecosystem).
{{Merge|Nix ecosystem|reason=While the scopes are different, an article with the "official tools" as its first section and "built with nix" as a further section under it may be much more fitting.}}
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
В этой статье перечислены приложения, созданные для Nix и с его помощью; она представляет собой список того, что можно назвать '''''Extended Nix Ecosystem''''' (см. [[Special:MyLanguage/Nix Ecosystem|Nix Ecosystem]] для Core Nix Ecosystem).
If you are looking for Linux software/applications you should look at [[:Category:Software|Software]] or its sub-article [[:Category:Software|Applications]].
 
<div class="mw-translate-fuzzy">
Если вы ищете программное обеспечение/приложения для Linux, вам стоит посмотреть [[:Category:Software|Программное обеспечение]] или его подстатью [[:Category:Software|Applications]].
</div>
</div>


Line 24: Line 26:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Проекты, использующие Nix.
Projects which leverage Nix.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 53: Line 53:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Различные инструменты, созданные для работы с экосистемой Nix (например, дополнения или альтернативы основным инструментам Nix).
Various tools built for working with the Nix Ecosystem (e.g. enhancements or alternatives to core Nix tools).
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="General_configuration"></span>
=== General configuration ===
=== Общая конфигурация ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/rycee/home-manager home-manager] - System for managing a user environment using Nix
* [https://github.com/nix-community/home-manager home-manager] - System for managing a user environment using Nix
* [https://github.com/pjones/plasma-manager plasma-manager] - manage KDE Plasma with Home-manager
* [https://github.com/nix-community/plasma-manager plasma-manager] - manage KDE Plasma with Home-manager
</div>
</div>


Line 80: Line 77:
</div>  
</div>  


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Archives"></span>
=== Archives ===
=== Архивы ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 88: Line 84:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Clustering"></span>
=== Clustering ===
=== Кластеризация ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 96: Line 91:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Comparison"></span>
=== Comparison ===
=== Сравнение ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 104: Line 98:
* [https://github.com/FRidh/niff niff] - Compare two Nix expressions to determine what attributes changes
* [https://github.com/FRidh/niff niff] - Compare two Nix expressions to determine what attributes changes
* [https://gitlab.com/khumba/nvd nvd] - Nix/NixOS package version diff tool
* [https://gitlab.com/khumba/nvd nvd] - Nix/NixOS package version diff tool
* [https://github.com/tgirlcloud/lix-diff lix-diff] - Nix/NixOS closure diffing tool
</div>
</div>


Line 110: Line 105:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/craigmbooth/nix-visualize nix-visualize] - Visualize the dependencies of a given package
* [https://github.com/utdemir/nix-tree nix-tree] - Interactive dependency browser for Nix derivations
* [https://github.com/craigmbooth/nix-visualize nix-visualize] - Visualize the dependencies of a given package as a graph
* [https://github.com/nmattia/niv niv] - Painless dependencies for Nix projects
* [https://github.com/nmattia/niv niv] - Painless dependencies for Nix projects
</div>
</div>
Line 125: Line 121:
* [https://github.com/nerdypepper/statix statix] - Linter and suggestions for the nix programming language
* [https://github.com/nerdypepper/statix statix] - Linter and suggestions for the nix programming language
* [https://github.com/oxalica/nil nil] - Nix Language server, an incremental analysis assistant for writing in Nix.
* [https://github.com/oxalica/nil nil] - Nix Language server, an incremental analysis assistant for writing in Nix.
* [https://github.com/serokell/nixfmt nixfmt] - A formatter for Nix code
* [https://github.com/NixOS/nixfmt nixfmt] - The official formatter for Nix code
* [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt] - Nix code formatter for nixpkgs
* [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt] - Alternative code formatter, originally used in [[Nixpkgs]].
</div>
</div>


Line 138: Line 134:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Debugging"></span>
=== Debugging ===
=== Отладка ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 147: Line 142:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Search"></span>
=== Search ===
=== Поиск ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 159: Line 153:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Shell"></span>
=== Shell ===
=== Командная оболочка (Shell) ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 170: Line 163:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Other"></span>
=== Other ===
=== Другое ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 178: Line 170:
* [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/ViperML/nh nh] - a rewrite of nixos-rebuild featuring diffs with nvd and a tree of builds with nix-output-manager, as well as other quality of life features such as package searching.
* [https://github.com/ViperML/nh nh] - a rewrite of nixos-rebuild featuring diffs with nvd and a tree of builds with nix-output-manager, as well as other quality of life features such as package searching.
</div>
* [https://github.com/nix-community/nixos-cli nixos-cli] - an all-in-one tool to manage any NixOS installation with ease, combining the features of all the `nixos-*` commands.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 188: Line 181:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Official"></span>
=== Official ===
=== Официальные ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 241: Line 233:
* [https://github.com/nix-community/rnix-parser rnix] (rust, parser)
* [https://github.com/nix-community/rnix-parser rnix] (rust, parser)
* [https://github.com/orivej/go-nix go-nix] (go, parser & nix-compatible file hasher)
* [https://github.com/orivej/go-nix go-nix] (go, parser & nix-compatible file hasher)
* [https://github.com/NixOS/nix-idea/tree/master/src/gen/java/org/nixos/idea/lang nix-idea] (java, parser)
* [https://github.com/NixOS/nix-idea/tree/master/src/main/java/org/nixos/idea/lang nix-idea] (java, parser)
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Additional_unofficial_ecosystem"></span>
== Additional inofficial ecosystem ==
<div class="mw-translate-fuzzy">
== Дополнительная неофициальная экосистема ==
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Ни одна из этих служб не является обязательной для использования Nix. Ни одна из этих служб не связана с [[Special:MyLanguage/NixOS Foundation|Фонд NixOS]].
None of the services are required to use Nix. None of these services are affiliated with the [[Special:MyLanguage/NixOS Foundation|NixOS Foundation]].
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Latest revision as of 21:13, 7 October 2025

⤟︎
This article or section is a candidate for merging with Nix ecosystem. While the scopes are different, an article with the "official tools" as its first section and "built with nix" as a further section under it may be much more fitting. Further information may be found in the relevant discussion page.

В этой статье перечислены приложения, созданные для Nix и с его помощью; она представляет собой список того, что можно назвать Extended Nix Ecosystem (см. Nix Ecosystem для Core Nix Ecosystem).

Если вы ищете программное обеспечение/приложения для Linux, вам стоит посмотреть Программное обеспечение или его подстатью Applications.

Non-NixOS Distributions

Various applications built on top of Nix:

  • not-os - build a system firmware for embedded devices

Built with Nix

Проекты, использующие Nix.

  • styx - Static site generator in Nix expression language
  • bionix - manage and execute bioinformatics pipelines
  • ethereum.nix - A collection of Nix packages and NixOS modules designed to make it easier to operate Ethereum related services and infrastructure
  • nixos-mailserver - A complete and Simple NixOS Mailserver

Nix Platform

Projects which add support (e.g. for extra platforms or major capabilities) to Nix.

  • nix-darwin - NixOS modules for Darwin
  • musnix - real-time audio modules for NixOS
  • nixGl - A wrapper to run OpenGL applications outside of NixOS

Nix Tooling

Различные инструменты, созданные для работы с экосистемой Nix (например, дополнения или альтернативы основным инструментам Nix).

Общая конфигурация

About

Flakes

  • deploy-rs - Nix flake deployment tool
  • flake-utils-plus - Flake templates and helper library. Extension of below
  • flake-utils - Set of flake-building utility functions
  • flake-parts - Simplify Nix Flakes with the module system
  • snowfall - Unified configuration for systems, packages, modules, shells, templates, and more with Nix Flakes.

Архивы

  • narfuse - FUSE filesystem for mounting Nix archive (NAR) files as a virtual Nix store

Кластеризация

  • nix-delegate - Convenient utility for distributed Nix builds

Сравнение

  • nix-diff - Compare Nix derivations
  • niff - Compare two Nix expressions to determine what attributes changes
  • nvd - Nix/NixOS package version diff tool
  • lix-diff - Nix/NixOS closure diffing tool

Зависимости

  • nix-tree - Interactive dependency browser for Nix derivations
  • nix-visualize - Visualize the dependencies of a given package as a graph
  • niv - Painless dependencies for Nix projects

Nix lang comprehension

  • deadnix - Removes unused code from .nix files
  • statix - Linter and suggestions for the nix programming language
  • nil - Nix Language server, an incremental analysis assistant for writing in Nix.
  • nixfmt - The official formatter for Nix code
  • nixpkgs-fmt - Alternative code formatter, originally used in Nixpkgs.

Package maintenance

Отладка

  • dwarffs - Fetches DWARF debug info files for gdb automatically from cache.nixos.org
  • nixseparatedebuginfod - Fetches debug symbols and source files for debuginfod-capables tools like gdb

Поиск

  • nix-index - Quickly locate nix packages with specific files
  • nix-du - Find which gc-roots take disk space in a nix store
  • nix-info - Homebrew info querying for Nix
  • userscan - Scans directories containing manually compiled programs and registers them with the Nix garbage collector
  • nix-search-cli - CLI for searching packages on search.nixos.org

Командная оболочка (Shell)

Другое

  • nix-bundle - package Nix attributes into single-file executables.
  • nix-user-chroot - install Nix as an unpriviliged user on any system
  • nh - a rewrite of nixos-rebuild featuring diffs with nvd and a tree of builds with nix-output-manager, as well as other quality of life features such as package searching.
  • nixos-cli - an all-in-one tool to manage any NixOS installation with ease, combining the features of all the `nixos-*` commands.

Nix Operations

Operations tools for the Nix Ecosystem:

Официальные

  • Hydra - Nix's official continuous integration and build system.
  • NixOps - Nix's official (but unmaintained) tool for deploying to NixOS machines in a network or the cloud.

Развёртывание

  • Bento - a NixOS fleet manager supporting remote systems not up 24/7
  • colmena - a NixOS deployment tool
  • comin - A deployment tool to continuously pull from Git repositories.
  • deploy-rs - a simple multi-profile Nix-flake deploy tool
  • krops - a lightweight toolkit to deploy NixOS systems, remotely or locally
  • lollypops - a parallel and stateless NixOS deployment tool
  • Morph - a NixOS deployment tool
  • Nixinate - A Nix flake library to provide app outputs for managing existing NixOS hosts over SSH.
  • nixos-build --target-host
  • NixOps - [Not recommended for new projects] a tool for deploying to NixOS machines in a network or cloud.
  • Nixus - an experimental NixOS deployment tool

Docker

  • Arion - configure Docker Compose with Nix modules
  • Nixery - ad-hoc container images from Nix

Kubernetes

  • kubenix - Kubernetes resource builder written in Nix
  • nix-kubernetes - Kubernetes deployment manager written in nix

Альтернативные реализации nix и парсеры

  • hnix (haskell, parser & evaluator)
  • rnix (rust, parser)
  • go-nix (go, parser & nix-compatible file hasher)
  • nix-idea (java, parser)

Дополнительная неофициальная экосистема

Ни одна из этих служб не является обязательной для использования Nix. Ни одна из этих служб не связана с Фонд NixOS.

Cachix
binary caches as a service. Free for public caches, subscription for private token-protected caches.
Hercules CI
simplify your CI setup with stateless build agents. Free for open source, per-user subscription for private repositories.
Garnix
nix CI, caching (open beta) and cloud hosting (private alpha) based on Nix as a service. Currently free, but offers commerical plans.
nixbuild.net
remote Nix builders as a service for x86_64 and AArch64. Pay-per-use.

См. Также