dotfiles VS cargo2nix

Compare dotfiles vs cargo2nix and see what are their differences.

dotfiles

Dotfiles for use with GNU stow (by athas)

cargo2nix

Granular builds of Rust projects for Nix (by cargo2nix)
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
dotfiles cargo2nix
1 12
2 327
- 4.3%
0.0 6.7
4 months ago 21 days ago
Emacs Lisp Nix
- 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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Nix and NixOS Get So Close to Perfect
    11 projects | news.ycombinator.com | 24 Apr 2022
    > And I don't mean a lack of documentation — what I mean is that the obvious decisions that have been taken (naming everything "Nix", using Haskell as a base for the syntax, ...)

    I agree that the name is bad and has always been bad. I wonder what they were thinking. But the syntax of the Nix language is not based on Haskell. It would be better if it were, but the Nix syntax is actually based on trying to twist a functional language into looking like a Unix-style configuration file. It's horrible, and conceptually big details like "this is a function" is hidden in very subtle syntax (a single colon). The liberal use of semicolons and the use of space-separated lists is another concession to looking like a config file. I feel Nix would have been better if it didn't try to cater to older conventions in this way. Sometimes the old ways are just bad. Incidentally, one of the big advantages of Guix (a Nix fork/derivative) is that it uses Scheme as its declaration/configuration language.

    I switched to Nix some years ago on my desktop system. While I was initially quite frustrated at lots of the paper cuts - particularly the byzantine design of Nixpkgs itself which is built around manual programming with fixed-point combinators - I was carried through by two things:

    1) I was intellectually convinced that the basic premise was sound.

    2) Getting a basic desktop system running doesn't require you to understand all the complexity. NixOS works really well out of the box with its standard settings, and making basic configuration changes and adding/removing packages doesn't require you to know anything about the Nix language or the design of Nixpkgs.

    Not much later I was able to do pretty radical things like changing the version of LLVM used by Mesa on my system, to work around a defect in AMDs GPU drivers[0]. I have no idea how I would do something like that on Debian. Even better, when this workaround later became unnecessary, I just removed the pertinent parts from my configuration file, and it was like it was never there. My system is fully declarative and not soiled by the remnants of previous hacks.

    [0]: https://github.com/athas/dotfiles/blob/d495aeb85fe38569eb212...

cargo2nix

Posts with mentions or reviews of cargo2nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.

What are some alternatives?

When comparing dotfiles and cargo2nix you can also consider the following projects:

dotfiles - My NixOS dotfiles for desktops and servers

naersk - Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly.

archinstall - Arch Linux installer - guided, templates etc.

rust-nix-template - Rust project template with Nix (Flakes) and VSCode support

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

crate2nix - rebuild only changed crates in CI with crate2nix and nix

Cargo - The Rust package manager

watt - Runtime for executing procedural macros as WebAssembly

nix-templates - Nix Flake templates for various languages

cap-std - Capability-oriented version of the Rust standard library

crates.io-index - Registry index for crates.io

himalaya - CLI to manage emails