1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 ## zim only needs this one file to be installed.
11 sparseCheckout = [ "zimfw.zsh" ];
12 hash = "sha256-8GnxUhBvMy7fhDILDKYEf/9Mhgzz7suaiZ5elRZmT0o=";
22 cp -r $src/zimfw.zsh $out/
29 "The Zsh configuration framework with blazing speed and modular extensions";
30 homepage = "https://zimfw.sh";
31 license = licenses.mit;
32 maintainers = [ maintainers.joedevivo ];
33 platforms = platforms.all;