summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/default.nix b/default.nix
index 011ca29..ee3c963 100644
--- a/default.nix
+++ b/default.nix
@@ -87,7 +87,7 @@ in rec {
build_examples = "true";
};
- io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix {
+ io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix {
inherit version;
inherit forstio;
inherit stdenv;
@@ -97,10 +97,10 @@ in rec {
};
remote-thread = pkgs.callPackage modules/remote-thread/.nix/derivation.nix {
- inherit version;
- inherit forstio;
- inherit stdenv;
- inherit clang-tools;
+ inherit version;
+ inherit forstio;
+ inherit stdenv;
+ inherit clang-tools;
};
remote = pkgs.callPackage modules/remote/.nix/derivation.nix {
@@ -128,7 +128,7 @@ in rec {
inherit clang-tools;
openmp = pkgs.llvmPackages_17.openmp;
- build_examples = "true";
+ build_examples = "false";
build_benchmarks = "true";
};