summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-05 14:35:52 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-05 14:35:52 +0100
commit7e041e39094ccd0c06761dc2dc59fa7fcf248445 (patch)
treee4813f26089589848438e02d98b7c36cd6a6d6ed /default.nix
parent75fe13f1a95b201360b7fe7bd3a8d034d6edd0e6 (diff)
downloadlibs-lbm-7e041e39094ccd0c06761dc2dc59fa7fcf248445.tar.gz
Reworking general structure
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
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;
};
};