Commit 6c7d1795 authored by Gabriel Ebner's avatar Gabriel Ebner
Browse files

tokei: add meta.platforms

parent aab727fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,5 +22,6 @@ buildRustPackage rec {
    homepage = https://github.com/Aaronepower/tokei;
    license = licenses.mit;
    maintainers = with maintainers; [ gebner ];
    platforms = platforms.all;
  };
}