How to use different channels in a flake to configure NixOS?

This page summarizes the projects mentioned and recommended in the original post on /r/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
  • nixos-configs

    My NixOS and nix-darwin configs (by reckenrode)

  • I make use of multiple channels in my nixos-configs. Instead of using overlays, I pass them as specialArgs to the system build function (e.g., lib.nixosSystem). That lets me reference them in my configuration as just another set of packages (e.g., I reference flake-specific packages, unstable packages, and x86_64-darwin packages here). Note that you also need to pass them as extraSpecialArgs to your specialArgs to access them from your Home Manager configuration.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts