ytui-music: remove unused finalAttrs

We can remove this since a078decbd4
This commit is contained in:
Kenichi Kamiya
2025-11-14 21:31:56 +09:00
parent dab6f88dcf
commit e4e8a84ed1
+2 -2
View File
@@ -13,7 +13,7 @@
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
rustPlatform.buildRustPackage {
pname = "ytui-music";
version = "2.0.0-rc1-unstable-2025-03-03";
@@ -92,4 +92,4 @@ rustPlatform.buildRustPackage (finalAttrs: {
# This issue may be related to: https://github.com/NixOS/nixpkgs/issues/394972
# broken = stdenv.hostPlatform.isDarwin;
};
})
}