From a0767a86817055744230239284441fdbb024fab5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Aug 2026 17:13:19 +0200 Subject: WOrking on psm 2way --- default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 241d84a..f560d7e 100644 --- a/default.nix +++ b/default.nix @@ -132,6 +132,11 @@ in rec { inherit kel; }; + moving_poiseulle_particles_2d_psm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_psm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + poiseulle_particles_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_psm_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; -- cgit v1.2.3