diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 6f6b3ff..8e4322f 100644 --- a/default.nix +++ b/default.nix @@ -70,10 +70,10 @@ let in rec { kel = { lbm = { - core = pkgs.callPackage ./lib/core/.nix/derivation.nix { + core = pkgs.callPackage ./modules/core/.nix/derivation.nix { inherit forstio stdenv clang-tools pname version; }; - sycl = pkgs.callPackage ./lib/sycl/.nix/derivation.nix { + sycl = pkgs.callPackage ./modules/sycl/.nix/derivation.nix { inherit forstio stdenv clang-tools pname version kel adaptive-cpp; }; }; |
