removing termusic

This commit is contained in:
Matt Nish-Lapidus 2025-06-14 14:30:23 -04:00
parent 2a713dce7d
commit b5aadbf88b
6 changed files with 18 additions and 707 deletions

View file

@ -1,17 +0,0 @@
final: prev: {
termusic-git = prev.termusic.overrideAttrs (old: rec {
version = "HEAD";
src = prev.fetchFromGitHub {
owner = "tramhao";
repo = "termusic";
rev = "HEAD";
hash = "sha256-rK4kZlKXxH4fh7ODCwfx/MfDZaFOPMgw7XLOKHtistc=";
};
cargoDeps = final.rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-q8rfB57sSmzvuY+QomBY8boOADLSYQnt1aRVi6fz1bY=";
};
});
}