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
-
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.
-
{ 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.
-
This code snipped is taken from here