summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-03 20:23:27 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-03 20:23:27 +0200
commit3700a2bdc86a5c56a4051bc5262878e0858306e8 (patch)
treedad2bf9e89b1aeef18eaa7f71e543c90143c98a5 /default.nix
parent42338efc99190d4f3362ecbc326a740cb7bd0479 (diff)
downloadlibs-lbm-3700a2bdc86a5c56a4051bc5262878e0858306e8.tar.gz
Dangling
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index c8e99f5..99e306a 100644
--- a/default.nix
+++ b/default.nix
@@ -122,6 +122,11 @@ in rec {
inherit kel;
};
+ moving_poiseulle_particles_2d_hlbm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_hlbm_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;
@@ -202,8 +207,6 @@ in rec {
examples.poiseulle_particles_2d_ibm_gpu
];
};
-
-
};
default = release.examples;