lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cpptoml: remove default outputs

-2
-2
pkgs/development/libraries/cpptoml/default.nix
··· 22 22 "-DCPPTOML_BUILD_EXAMPLES=OFF" 23 23 ]; 24 24 25 - outputs = [ "out" ]; 26 - 27 25 meta = with lib; { 28 26 description = "C++ TOML configuration library"; 29 27 homepage = "https://github.com/skystrife/cpptoml";