nixwrt VS nixpkgs-channels

Compare nixwrt vs nixpkgs-channels and see what are their differences.

nixwrt

This repo is dormant : NixWRT is being rewritten as Liminix (by telent)

nixpkgs-channels

DEPRECATED! Use NixOS/nixpkgs repository instead. (by NixOS)
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
nixwrt nixpkgs-channels
4 4
200 172
- -
0.0 10.0
over 2 years ago about 3 years ago
Nix Nix
MIT License 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.

nixwrt

Posts with mentions or reviews of nixwrt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-24.
  • Mobile NixOS for Phones and Tablets
    6 projects | news.ycombinator.com | 24 Jun 2021
    tl;dr: here are three commercial embedded NixOS uses and a couple of other embedded NixOS projects

    1. LumiGuide uses NixOS for their embedded systems, which track automatic bicycle rentals at little solar-powered stations IIRC: https://av.tib.eu/media/39625 (also some coverage here: https://www.worksonarm.com/blog/nixos/ )

    2. Yakkertech uses NixOS for their embedded systems, which do baseball pitch tracking: https://av.tib.eu/media/50713

    3. Swift Navigation uses NixOS for CI/CD for the embedded systems they use for GPS and navigation: https://blog.swiftnav.com/using-nixos-to-manage-hardware-tes...

    I'd only heard of the first two, and discover the third just now.

    There are also two downstream distros/related projects that target embedded systems, but idk how much commercial use they've yet seen, if any:

    a. https://github.com/telent/nixwrt

    b. https://github.com/cleverca22/not-os

  • Is it possible to deploy configuration as code?
    2 projects | /r/DDWRT | 30 May 2021
    You might want to check out https://github.com/telent/nixwrt and https://github.com/cleverca22/not-os as solutions with similar goals. The former is a promising but yet-unfinished way of using Nix to manage a router, while the latter is a similar way of using Nix to generate an immutable OS image.
  • Why do people prefer a certain flavour of Linux? What are the differences that make someone say 'I prefer X distro over Y'?
    1 project | /r/linuxquestions | 8 Mar 2021
    And, if you take into consideration my personal, subjective opinions on what a distro must be (declarative, fearless to tinker with, mostly binary based but with easy overrides, mostly stateless, easy to roll back in case something goes wrong), then that leaves pretty much two options: NixOS and Guix, and because I don't really like LISP syntax, I go with NixOS as my favourite distro for desktops and servers. For embedded, I've recently tried NixWrt and it seems to work quite well, however I'm still using OpenWRT for "mission-critical" routers.
  • Need some guidance in creating a nix distribution for RouterOS routers.
    4 projects | /r/NixOS | 30 Dec 2020

nixpkgs-channels

Posts with mentions or reviews of nixpkgs-channels. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-09.
  • linux be like:
    1 project | /r/linuxmemes | 13 Nov 2022
    LC_ALL=C NIX_PATH=nixpkgs=https://github.com/nixos/nixpkgs-channels/archive/nixos-13.10.tar.gz nix shell --impure -f '' kde4.gwenview -c gwenview
  • nix-build unsupported system
    2 projects | /r/NixOS | 9 Dec 2021
    { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/b58ada326aa612ea1e2fb9a53d550999e94f1985.tar.gz") {} }: pkgs.stdenv.mkDerivation rec { pname = "silicon-info"; version = "1.0.3"; src = pkgs.fetchurl { url = "https://github.com/billycastelli/Silicon-Info/releases/download/1.0.3/Silicon.Info.app.zip"; sha256 = "raa6RmXiqilz4vrvWfMSzIKuaJUFI2xMLUErw64Y0Pk="; }; installPhase = '' mkdir -p $out/Applications mv "Silicon Info.app" $out/Applications ''; meta = with pkgs.lib; { description = "Silicon Info is a tiny menu bar application allows the user to quickly view the architecture of the currently running application."; license = licenses.mit; homepage = "https://github.com/billycastelli/Silicon-Info"; platforms = platforms.darwin; }; }
  • obs-studio and v4l2sink
    1 project | /r/NixOS | 30 Mar 2021
    let unstableTarball = fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz"; in { allowUnfree = true; packageOverrides = pkgs: rec { unstable = import unstableTarball { }; obs = pkgs.buildEnv { name = "obs settings unstable"; paths = [ unstable.obs-studio ]; }; };
  • Need some guidance in creating a nix distribution for RouterOS routers.
    4 projects | /r/NixOS | 30 Dec 2020
    Example from the bluetooth module(https://github.com/NixOS/nixpkgs-channels/blob/2628f20267d0c917772abc4c0a7c35788a740b31/nixos/modules/services/hardware/bluetooth.nix)

What are some alternatives?

When comparing nixwrt and nixpkgs-channels you can also consider the following projects:

not-os - An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.

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

mobile-nixos - Questions? #nixos-aarch64 (or #nixos) on Freenode!

nixpkgs - Nix Packages collection & NixOS

Silicon-Info - Mac menu bar tool to view the architecture of the running application

linux - Actual repository is at https://xff.cz/git/linux

matrix.to - A simple stateless privacy-protecting URL redirecting service for Matrix