From 0d6300c7aec4f7a3f665b5db76aad9bf20fd55cf Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 17 Oct 2024 19:04:59 +0200 Subject: Moved the tls example to modern variant --- default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'default.nix') 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 { -- cgit v1.2.3