···22 meta = with stdenv.lib; {
23 description = "Utility tools for control groups of Linux";
24 maintainers = with maintainers; [ layus ];
025 license = licenses.gpl2;
26 };
27}
···22 meta = with stdenv.lib; {
23 description = "Utility tools for control groups of Linux";
24 maintainers = with maintainers; [ layus ];
25+ platforms = platforms.linux;
26 license = licenses.gpl2;
27 };
28}