From 7e041e39094ccd0c06761dc2dc59fa7fcf248445 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 14:35:52 +0100 Subject: Reworking general structure --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index a63a5e7..b7f3b99 100644 --- a/default.nix +++ b/default.nix @@ -25,10 +25,10 @@ let in rec { kel-lbm = { core = pkgs.callPackage ./lib/core/.nix/derivation.nix { - inherit forstio stdenv clang-tools; + inherit forstio stdenv clang-tools pname version; }; sycl = pkgs.callPackage ./lib/sycl/.nix/derivation.nix { - inherit forstio stdenv clang-tools kel-lbm adaptive-cpp; + inherit forstio stdenv clang-tools pname version kel-lbm adaptive-cpp; }; }; -- cgit v1.2.3