From f03b3612c269eb65161d8d4355f85c4c53fac0de Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 13 Jan 2026 18:07:34 +0100 Subject: Nix wrangling with flakes --- examples/cavity_2d_gpu/.nix/derivation.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/cavity_2d_gpu/.nix/derivation.nix') diff --git a/examples/cavity_2d_gpu/.nix/derivation.nix b/examples/cavity_2d_gpu/.nix/derivation.nix index 2d76484..8724d96 100644 --- a/examples/cavity_2d_gpu/.nix/derivation.nix +++ b/examples/cavity_2d_gpu/.nix/derivation.nix @@ -7,7 +7,7 @@ , pname , version , adaptive-cpp -, kel-lbm +, kel }: stdenv.mkDerivation { @@ -29,11 +29,9 @@ stdenv.mkDerivation { forstio.remote forstio.codec-json adaptive-cpp - kel-lbm.core + kel.lbm.core # kel-lbm.sycl ]; preferLocalBuild = true; - - outputs = [ "out" "dev" ]; } -- cgit v1.2.3