nixpkgs-channels VS nixpkgs

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

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
nixpkgs-channels nixpkgs
4 975
172 15,753
- 2.8%
10.0 10.0
about 3 years ago 5 days 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.

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)

nixpkgs

Posts with mentions or reviews of nixpkgs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.

What are some alternatives?

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

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

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

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

nixwrt - This repo is dormant : NixWRT is being rewritten as Liminix

git-lfs - Git extension for versioning large files

easyeffects - Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications

spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.

waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

nixos - My NixOS Configurations

youtube-dl-gui - A cross-platform GUI for youtube-dl made in Electron and node.js

devshell - Per project developer environments