From 733e2485878e22a5b585d41358e5ea680f3f7246 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 30 Oct 2025 09:46:54 +0100 Subject: Added adaptive-cpp passthrough --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ee3c963..ef0bc3d 100644 --- a/default.nix +++ b/default.nix @@ -6,6 +6,9 @@ ref = "master"; }).outPath + "/default.nix"){ }).gasp +, adaptive-cpp ? (pkgs.callPackage ./.nix/adaptivecpp.nix { + inherit stdenv; + }) }: let @@ -126,6 +129,7 @@ in rec { inherit forstio; inherit stdenv; inherit clang-tools; + inherit adaptive-cpp; openmp = pkgs.llvmPackages_17.openmp; build_examples = "false"; -- cgit v1.2.3