summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 13042e3..f6a372b 100644
--- a/default.nix
+++ b/default.nix
@@ -47,7 +47,7 @@ in rec {
inherit stdenv;
inherit clang-tools;
- build_examples = "true";
+ build_examples = "true";
};
io-tls = pkgs.callPackage modules/io-tls/.nix/derivation.nix {
@@ -70,6 +70,8 @@ in rec {
inherit forstio;
inherit stdenv;
inherit clang-tools;
+
+ build_examples = "true";
};
};