nixpkgs-channels

DEPRECATED! Use NixOS/nixpkgs repository instead. (by NixOS)

Nixpkgs-channels Alternatives

Similar projects and alternatives to nixpkgs-channels

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nixpkgs-channels alternative or higher similarity.

nixpkgs-channels reviews and mentions

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)
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic nixpkgs-channels repo stats
4
172
10.0
about 3 years ago

NixOS/nixpkgs-channels is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of nixpkgs-channels is Nix.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com