nix-starter-configs VS rust-overlay

Compare nix-starter-configs vs rust-overlay and see what are their differences.

nix-starter-configs

Simple and documented config templates to help you get started with NixOS + home-manager + flakes. All the boilerplate you need! (by Misterio77)

rust-overlay

Pure and reproducible nix overlay of binary distributed rust toolchains (by oxalica)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nix-starter-configs rust-overlay
31 11
1,893 751
- -
5.2 9.5
3 days ago 3 days ago
Nix Nix
Creative Commons Zero v1.0 Universal 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.

nix-starter-configs

Posts with mentions or reviews of nix-starter-configs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Home-manager as NixOS module or as standalone?
    2 projects | /r/NixOS | 10 Dec 2023
    Is this an example of what you mean (home-manager is defined as part of the flake): https://github.com/Misterio77/nix-starter-configs/blob/main/minimal/flake.nix
  • What is the current recommended documentation when starting out with NixOs?
    3 projects | /r/NixOS | 8 Dec 2023
    All the resources mentioned in other comments are pretty good, but mostly they are unofficial. The official NixOS wiki is very outdated and unmaintained. You will have better luck reading other people’s configurations, nixpkgs source code and GitHub issues. For the nix language the official wiki is a nice reference https://nixos.org/manual/nix/stable/language/index.html. This configuration is a great starting point https://github.com/Misterio77/nix-config for learning by example. It covers most of what you may need, although bootstrapping your own config is quite rough. You may want to take a look at https://github.com/Misterio77/nix-starter-configs. It’s very basic and should be simple to understand and improve.
  • GNOME on NixOS
    2 projects | /r/unixart | 7 Dec 2023
  • NixOS Reproducible Builds: minimal ISO successfully independently rebuilt
    13 projects | news.ycombinator.com | 29 Oct 2023
    Another good option: https://github.com/Misterio77/nix-starter-configs

    I started with this one, the minimal version, then moved on to something more like the standard version, and now I'm moving on to something based on his much more complicated and flexible build in a different repo. I had been flailing, then this repo made it click.

  • How to install Gnome with PKG overlay
    1 project | /r/NixOS | 27 Oct 2023
    Hi all, I'd like to install Gnome using the unstable overlay; I used https://github.com/Misterio77/nix-starter-configs as a template, my sistem is on the stable source and I install packages from the unstable branch using "unstable.pkg". Given that Gnome is installed by
  • NixOS and Flakes Book: An unofficial book for beginners (free)
    6 projects | news.ycombinator.com | 9 Oct 2023
    So, it took me an inordinate amount of effort to get to this point, but I find managing my nixos laptop to be idiotically easy now. And, to be clear, I'm not a developer. I just want an easy to use config that I can port over to a new laptop when the time is right (and maybe port a similar config over to my desktop as well, once I get around to installing NixOS).

    It's very weird, because I went from "WHY IN GOD'S NAME WOULD ANYONE WANT THIS?" to "my life is now measurably better" over the span of about 48 hours, and I have no idea what clicked. Something about adding flakes to the mix (NixOS + HM + flakes) broke the logjam. Or maybe it was simply how damned useful this config was to learn from:

    https://github.com/Misterio77/nix-starter-configs

    I went from that to a per-user, per-machine (with defaults for each) config in about an hour, and I haven't fundamentally changed that setup since. I have no idea why it's so compelling to me, but the combination of being able to tell the machine how to configure itself in one place with the ease of adding software ... I'm going to spin up a config this weekend and put it on my kid's laptop. There are other tools to accomplish the same thing, but NixOS is just so easy ... and poorly documented ... and has weird CLI conventions ... and doesn't do a super job of garbage control ... and

  • Flake + Disko + nixos-install
    1 project | /r/NixOS | 19 Sep 2023
    Hi, I created a new Flake based on Misterio77's template, then added Disko to it, as explained here. I also set disko.enableConfig = false; as they say is necessary when running from Installer.
  • Really confused about Hyprland, flakes and home-manager
    4 projects | /r/NixOS | 7 Jul 2023
    I just went on this journey last weekend! It was a rough start but I started to feel a lot more productive when I found this guide on flakes and also used this repo as a starting template.
  • Need some Help !
    4 projects | /r/NixOS | 13 Jun 2023
    Ok thanks! This one: https://github.com/Misterio77/nix-starter-configs
  • Any good starter template for configuring nixos with modern features?
    1 project | /r/NixOS | 22 May 2023
    take a look at misterios starter configs

rust-overlay

Posts with mentions or reviews of rust-overlay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Understanding Overlays and direnv nix shell inheritance
    1 project | /r/NixOS | 26 Nov 2023
    I'm trying to understand overlays in order to make a proper rustup install (I've read that this overlay is the best way to go).
  • Diving straight into flakes with no channels?
    14 projects | /r/NixOS | 13 Apr 2023
    real-world example: https://github.com/oxalica/rust-overlay/blob/master/flake.nix
  • An example providing rust toolchain for Linux/macOS using devenv.sh
    3 projects | /r/rust | 6 Dec 2022
    In this language context specifically, if one wanted to manage their workspace with Nix I would reach for Riff and/or oxalica/rust-overlay first, since they are deliberately more aware of Rust-specific nuance. In the latter's case it has compatibility paths with rustup-toolchain files as well, for allowing your peers who can't or won't adopt Nix to continue to feel like first-class participants in the project. Another alternative I don't have experience with would be nix-community/fenix.
  • Introducing Riff, a Nix-based tool for automatically providing external dependencies to Rust projects
    4 projects | /r/rust | 6 Sep 2022
    p.s. I'm not sure if it's mentioned much of anywhere, but it'd be neat if there was a way to figure out the appropriate cargo from a rust-toolchain/rust-toolchain.toml if present, ala https://github.com/oxalica/rust-overlay. Funnily enough 95% of my development time is in Rust, but I don't actually have it installed globally, fun times being a NixOS user. I'd definitely make the argument that cargo is an external dependency!
  • Have a few questions about NixOS
    5 projects | /r/NixOS | 31 May 2022
    Many of us have moved to https://github.com/oxalica/rust-overlay over Mozilla's overlay.
  • Rust Environment and Docker Build with Nix Flakes
    6 projects | dev.to | 18 May 2022
    We added rust-overlay, so we can easily specify different rust versions without relying on nixpkgs to give us what ever rust version in there.
  • Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz
    20 projects | news.ycombinator.com | 5 Apr 2022
    If it's Rust, you can use https://github.com/oxalica/rust-overlay to get any version you want very easily without pinning an instance of nixpkgs just for it.

    asdf does not allow you to keep three different versions of the same language, so I'm not sure how that compares? It's not super-trivial to do in Nix, but at least you can do it.

    asdf is also no different than Nix when it comes to minor/major versions. You're at the mercy of what the plugin does, other than that you have to create your own plugin from scratch or make a fork. Nix has the option to patch things up more easily at least.

  • Fenix: rust toolchains for all channels and rust-analyzer nightly
    2 projects | /r/rust | 12 May 2021
    How does this compare to https://github.com/oxalica/rust-overlay/ ? Can fenix ingest a rust-toolchain file and provide packages from it?
    4 projects | /r/Nix | 12 May 2021
    Can you say a bit about how this compares to oxalica’s rust overlay?
  • What made you grok Nix language?
    1 project | /r/NixOS | 1 May 2021
    I frequently try to do something, say use (from the README of rust overlay):

What are some alternatives?

When comparing nix-starter-configs and rust-overlay you can also consider the following projects:

sops-nix - Atomic secret provisioning for NixOS based on sops

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

nixed - I've nixed any chance I have at human interaction by building this config

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

.dots - just my .dotfiles

fenix - Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]

homeage - runtime decrypted age secrets for nix home manager

nixpkgs-mozilla - Mozilla overlay for Nixpkgs.

nixos-config - Mirror of https://code.ataraxiadev.com/AtaraxiaDev/nixos-config

asdf-direnv - direnv plugin for the asdf version manager

deploy-rs - A simple multi-profile Nix-flake deploy tool.

cargo2nix - Granular builds of Rust projects for Nix