alacritty-theme: use sparseCheckout (#368922)

This commit is contained in:
nicoo
2024-12-30 14:12:09 +01:00
committed by GitHub
parent 678e6a69a6
commit c3a959db95
+2 -1
View File
@@ -14,7 +14,8 @@ stdenvNoCC.mkDerivation (self: {
owner = "alacritty";
repo = "alacritty-theme";
rev = "95a7d695605863ede5b7430eb80d9e80f5f504bc";
hash = "sha256-D37MQtNS20ESny5UhW1u6ELo9czP4l+q0S8neH7Wdbc=";
hash = "sha256-IsUIfoacXJYilTPQBKXnDEuyQCt9ofBMJ8UZ1McFwXM=";
sparseCheckout = [ "themes" ];
};
dontConfigure = true;