9 stdenvNoCC.mkDerivation (self: {
10 pname = "alacritty-theme";
11 version = "0-unstable-2025-01-21";
13 src = fetchFromGitHub {
15 repo = "alacritty-theme";
16 rev = "69d07c3bc280add63906a1cebf6be326687bc9eb";
17 hash = "sha256-G8sUu8GD44uqUyQ7sZrgrGxC4IOfhSn++WIc+U67zL0=";
18 sparseCheckout = [ "themes" ];
23 preferLocalBuild = true;
25 sourceRoot = "${self.src.name}/themes";
28 install -Dt $out *.toml
32 passthru.updateScript = unstableGitUpdater {
33 hardcodeZeroVersion = true;
37 description = "Collection of Alacritty color schemes";
38 homepage = "https://alacritty.org/";
39 license = licenses.asl20;
40 maintainers = [ maintainers.nicoo ];
41 platforms = platforms.all;