diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix index b7d696f..9e30663 100644 --- a/default.nix +++ b/default.nix @@ -75,8 +75,9 @@ in rec { inherit version; inherit forstio; inherit stdenv; - inherit clang-tools; - + inherit clang-tools; + + build_examples = "true"; }; io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix { |