diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-25 20:33:36 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-25 20:33:36 +0100 |
| commit | 2ac145b3bb6d2de3887ab08e0cf26423b5e6c5ee (patch) | |
| tree | 982dbf24a97609dee82bf2ebc451140f2c1af89b /examples/meta_2d/.nix/derivation.nix | |
| parent | 0e68b9b33fc84528bcef2774b8fe34da5b600b55 (diff) | |
| download | libs-lbm-2ac145b3bb6d2de3887ab08e0cf26423b5e6c5ee.tar.gz | |
Changes to run, reworking meta reporting for easier estimation of
runtime parameters
Diffstat (limited to 'examples/meta_2d/.nix/derivation.nix')
| -rw-r--r-- | examples/meta_2d/.nix/derivation.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/meta_2d/.nix/derivation.nix b/examples/meta_2d/.nix/derivation.nix deleted file mode 100644 index 26706e6..0000000 --- a/examples/meta_2d/.nix/derivation.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, forstio -, pname -, version -, kel -}: - -stdenv.mkDerivation { - pname = pname + "-examples-" + "meta_2d"; - inherit version; - src = ./..; - - nativeBuildInputs = [ - scons - clang-tools - ]; - - buildInputs = [ - forstio.core - forstio.async - forstio.codec - forstio.codec-unit - forstio.codec-json - kel.lbm.core - ]; - - preferLocalBuild = true; - - outputs = [ "out" "dev" ]; -} |
