alejandra VS statix

Compare alejandra vs statix and see what are their differences.

statix

lints and suggestions for the nix programming language (by nerdypepper)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
alejandra statix
3 3
674 502
- -
2.5 4.1
6 days ago 3 months ago
Nix Rust
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

alejandra

Posts with mentions or reviews of alejandra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • How to use Alejandra as Nix formmater
    1 project | /r/neovim | 21 Apr 2023
    I hope someone using lazy.nvim, has a setup they can share, where they are using alejandra as their nix formmater. I've read the instruction, but can't get it to work other than using the manual command. Hoping to integrate it into the LSP automatically.
  • Packaging / publishing software best practices?
    1 project | /r/Nix | 16 Apr 2023
    Flakes are best imported from other flakes, but if your system configuration isn’t a flake, you can use builtins.getFlake to load it, like (builtins.getFlake "git+https://github.com/kamadorueda/alejandra?rev=d00d03f0b45d2d1d6e0ae2d110c821b497d8fb09").packages.x86_64-linux.default gives you the alejandra package.
  • Editor support for the nix language?
    5 projects | /r/NixOS | 25 Nov 2022
    As others have mentioned, there are a couple of LSP implementations. There's also statix for basic static analysis, as well as a few formatters, including nixpkgs-fmt and alejandra.

statix

Posts with mentions or reviews of statix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.

What are some alternatives?

When comparing alejandra and statix you can also consider the following projects:

nixpkgs-fmt - Nix code formatter for nixpkgs [maintainer=@zimbatm]

git-hooks.nix - Seamless integration of https://pre-commit.com git hooks with Nix.

rnix-lsp - WIP Language Server for Nix! [maintainer=@aaronjanse]

tao - A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.

rust-overlay - Pure and reproducible nix overlay of binary distributed rust toolchains

dream2nix - Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]

pom - PEG parser combinators using operator overloading without macros.

crane - A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.

ariadne - A fancy diagnostics & error reporting crate

chumsky - Write expressive, high-performance parsers with ease.

lalrpop - LR(1) parser generator for Rust