Help me solve this using fetchzip

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • nur

    Personal NUR repository (by AtaraxiaSjel)

    I'm sorry, I can't explain in detail right now, but you can take a look at how I package icons from git here.

  • gruvbox-plus-icon-pack

    Gruvbox Plus icon pack for Linux desktops based on Gruvbox color theme.

    { lib, stdenv, fetchzip, ... }: stdenv.mkDerivation rec { pname = "gruvbox-plus-icon-pack"; version = "4.0"; src = fetchzip { url = "https://github.com/SylEleuth/gruvbox-plus-icon-pack/releases/download/v${version}/gruvbox-plus-icon-pack-${version}.zip"; sha256 = "sha256-EiAu3SFhMXTI6raCuyIdOtoe0g4Pfcsk8H+I6b2jQZw="; }; sourceRoot = "."; installPhase = '' runHook preInstall mkdir -p $out/share/icons/gruvbox-plus cp -r * $out/share/icons/gruvbox-plus runHook postInstall ''; meta = with lib; { description = "Gruvbox icons"; homepage = "https://github.com/SylEleuth/gruvbox-plus-icon-pack"; license = licenses.gpl3; }; }

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • yuki

    雪 - Yuki | Snowflake :snowflake:

    This code snipped is taken from here

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