diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix index a26e539..52458aa 100644 --- a/default.nix +++ b/default.nix @@ -32,6 +32,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; kel-lbm = lbm; }; + + poiseulle_particles_channel_2d = pkgs.callPackage ./examples/poiseulle_particles_channel_2d/.nix/derivation.nix { + inherit pname version stdenv forstio; + kel-lbm = lbm; + }; }; debug = { |
