Applications: Difference between revisions
fix translate tag Tags: Mobile edit Mobile web edit |
→Package maintenance: feat: nixpkgs-hammering |
||
| (10 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:59--> | |||
{{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.}} | {{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.}} | ||
| Line 48: | Line 49: | ||
* [https://github.com/nix-community/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/nix-community/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 | ||
=== Flakes === <!--T:17--> | === Flakes === <!--T:17--> | ||
| Line 75: | Line 74: | ||
* [https://github.com/Gabriel439/nix-diff nix-diff] - Compare Nix derivations | * [https://github.com/Gabriel439/nix-diff nix-diff] - Compare Nix derivations | ||
* [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:// | * [https://khumba.net/projects/nvd/ nvd] - Nix/NixOS package version diff tool | ||
* [https://github.com/tgirlcloud/lix-diff lix-diff] - Nix/NixOS closure diffing tool | * [https://github.com/tgirlcloud/lix-diff lix-diff] - Nix/NixOS closure diffing tool | ||
| Line 83: | Line 82: | ||
* [https://github.com/utdemir/nix-tree nix-tree] - Interactive dependency browser for Nix derivations | * [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/craigmbooth/nix-visualize nix-visualize] - Visualize the dependencies of a given package as a graph | ||
* [https://github.com/andir/npins npins] - Simple tool for handling different types of dependencies in a Nix project | |||
* [https://github.com/nmattia/niv niv] - Painless dependencies for Nix projects | * [https://github.com/nmattia/niv niv] - Painless dependencies for Nix projects | ||
* [https://nixtamal.toast.al/ Nixtamal] - Fulfilling input pinning for Nix | |||
=== Nix language tools === <!--T:27--> | |||
==== Language servers ==== | |||
* [https://github.com/oxalica/nil nil] - Nix language server, an incremental analysis assistant for writing in Nix. | |||
* [https://github.com/nix-community/nixd nixd] - Nix language server, newer than nil, with more features. | |||
=== | ==== Static analysis / linters ==== | ||
* [https://github.com/astro/deadnix deadnix] - Removes unused code from .nix files | * [https://github.com/astro/deadnix deadnix] - Removes unused code from .nix files | ||
* [https://github.com/nerdypepper/statix statix] - Linter and suggestions for the nix programming language | |||
* [https://github.com/inclyc/nixf-diagnose nixf-diagnose] - Linter - CLI wrapper around nixf-tidy (part of the [https://github.com/nix-community/nixd nixd] project). | |||
==== Formatters ==== | |||
* [https://github.com/NixOS/nixfmt nixfmt] - The official formatter for Nix code | * [https://github.com/NixOS/nixfmt nixfmt] - The official formatter for Nix code | ||
* [https://github.com/ | * [https://github.com/kamadorueda/alejandra alejandra] - Unofficial Nix code formatter | ||
=== Package maintenance === <!--T:30--> | === Package maintenance === <!--T:30--> | ||
| Line 101: | Line 108: | ||
* [https://github.com/Mic92/nix-update/ nix-update] - Swiss-knife for updating nix packages. | * [https://github.com/Mic92/nix-update/ nix-update] - Swiss-knife for updating nix packages. | ||
* [https://github.com/Mic92/nixpkgs-review nixpkgs-review] - Review nixpkgs pull requests | * [https://github.com/Mic92/nixpkgs-review nixpkgs-review] - Review nixpkgs pull requests | ||
* [https://github.com/nix-community/nix-init nix-init] - Generate Nix packages from URLs | |||
* [https://github.com/jtojnar/nixpkgs-hammering nixpkgs-hammering] - Enforce a set of nit-picky rules that aim to point out and explain common mistakes in nixpkgs package pull requests | |||
=== Debugging === <!--T:32--> | === Debugging === <!--T:32--> | ||
| Line 151: | Line 160: | ||
<!--T:46--> | <!--T:46--> | ||
* [https://github.com/zhaofengli/colmena colmena] - a NixOS deployment tool | * [https://github.com/zhaofengli/colmena colmena] - a NixOS deployment tool | ||
* comin - A deployment tool to continuously pull from Git repositories. | * [https://github.com/nlewo/comin comin] - A deployment tool to continuously pull from Git repositories. | ||
* [https://github.com/serokell/deploy-rs deploy-rs] - a simple multi-profile Nix-flake deploy tool | * [https://github.com/serokell/deploy-rs deploy-rs] - a simple multi-profile Nix-flake deploy tool | ||
| Line 182: | Line 191: | ||
* [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/main/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) | ||
* [https://lix.systems/ lix] (c++, fork of [https://github.com/NixOS/nix NixOS/nix]) | |||
* [https://snix.dev/ snix] (rust, cli & evaluator & store) | |||
== Additional unofficial ecosystem == <!--T:54--> | == Additional unofficial ecosystem == <!--T:54--> | ||