Applications: Difference between revisions

imported>Erikarvstedt
m Add extra-container
imported>Notgne2
Add `nixfmt` formatter and `deploy-rs` deployment tool
Line 44: Line 44:
* [https://github.com/hedning/nix-bash-completions nix-bash-completions] - Bash completion for <code>nix*</code> commands
* [https://github.com/hedning/nix-bash-completions nix-bash-completions] - Bash completion for <code>nix*</code> commands
* [https://github.com/flyingcircusio/userscan userscan] - Scans directories containing manually compiled programs and registers them with the Nix garbage collector
* [https://github.com/flyingcircusio/userscan userscan] - Scans directories containing manually compiled programs and registers them with the Nix garbage collector
* [https://github.com/serokell/nixfmt nixfmt] - A formatter for Nix code


== Nix Operations ==
== Nix Operations ==
Line 57: Line 58:
* [https://nixery.dev Nixery ] - ad-hoc container images from Nix
* [https://nixery.dev Nixery ] - ad-hoc container images from Nix
* [https://github.com/hercules-ci/arion#readme Arion] - configure Docker Compose with Nix modules
* [https://github.com/hercules-ci/arion#readme Arion] - configure Docker Compose with Nix modules
* [https://github.com/serokell/deploy-rs deploy-rs] - a simple multi-profile Nix-flake deploy tool


== Alternative nix implementations & parser ==
== Alternative nix implementations & parser ==