7 stdenvNoCC.mkDerivation (self: {
8 pname = "alacritty-theme";
9 version = "0-unstable-2024-10-24";
11 src = fetchFromGitHub {
13 repo = "alacritty-theme";
14 rev = "c424c57c8a2b6a62b6602d61ebfbc7e50f2c81d8";
15 hash = "sha256-KdjysVDs4oGU9gQwkW36aHmK30KiCdVNiREJOAETxNw=";
20 preferLocalBuild = true;
22 sourceRoot = "${self.src.name}/themes";
25 install -Dt $out *.toml
29 passthru.updateScript = unstableGitUpdater {
30 hardcodeZeroVersion = true;
34 description = "Collection of Alacritty color schemes";
35 homepage = "https://alacritty.org/";
36 license = licenses.asl20;
37 maintainers = [ maintainers.nicoo ];
38 platforms = platforms.all;