Installing a nonfree font file declaratively.

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

    My dotfiles. (by pmarreck)

  • { lib, fetchzip }: let version = "1.0"; in fetchzip rec { name = "key-rebel-moon-${version}"; url = "https://github.com/pmarreck/dotfiles/raw/98fda03f5a83b9dc347b605e7d9ff5aacb29ce3d/bin/key-rebel-moon.zip"; postFetch = '' downloadedFile="/build/key-rebel-moon.zip" # echo "downloadedFile=$downloadedFile" # echo "out=$out" mkdir -p $out/share/fonts unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype ''; sha256 = "sha256-3mvRFSuAJQwTaGjy8OvSwCGOZI3/srtrVkK9vb2hbws="; meta = with lib; { homepage = ""; description = "A typeface specially designed for coding"; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [ pmarreck ]; }; }

  • nixpkgs

    Nix Packages collection & NixOS

  • I modeled it almost EXACTLY like the other font definitions I'm looking at such as https://github.com/NixOS/nixpkgs/blob/nixos-21.11/pkgs/data/fonts/andagii/default.nix and it's still failing. It says:

  • 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