summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index bd3182a..6b79f2f 100644
--- a/default.nix
+++ b/default.nix
@@ -42,9 +42,14 @@ in rec {
inherit pname version stdenv forstio;
kel-lbm = lbm;
};
+
+ planetary_3d = pkgs.callPackage ./examples/planetary_3d/.nix/derivation.nix {
+ inherit pname version stdenv forstio adaptive-cpp-dev;
+ kel-lbm = lbm;
+ };
};
debug = {
- # inherit foo;
+ inherit adaptive-cpp-dev;
};
}