Applications: Difference between revisions

Figsoda (talk | contribs)
m add lix and snix
Malix (talk | contribs)
Package maintenance: feat: nixpkgs-hammering
 
(3 intermediate revisions by 2 users not shown)
Line 49: 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
== About == <!--T:16-->


=== Flakes === <!--T:17-->
=== Flakes === <!--T:17-->
Line 86: Line 84:
* [https://github.com/andir/npins npins] - Simple tool for handling different types of dependencies in a Nix project
* [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-->
=== Nix language tools === <!--T:27-->
Line 102: Line 101:
==== Formatters ====
==== 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/nix-community/nixpkgs-fmt nixpkgs-fmt] - Alternative code formatter, originally used in [[Nixpkgs]].
* [https://github.com/kamadorueda/alejandra alejandra] - Unofficial Nix code formatter
* [https://github.com/kamadorueda/alejandra alejandra] - Unofficial Nix code formatter


Line 111: Line 109:
* [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/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-->