summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-02 08:43:53 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-02 08:43:53 +0200
commiteed16f6ba29fee561c93b26140a3363ae983721d (patch)
tree3ace3e9199def01cb6d6dd14428205d910798717 /default.nix
parentf5c90428f833a0af26d20488f230a69e82891673 (diff)
Adding codec-unit to builder and commented dummy test
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 944a2d7..1018ce8 100644
--- a/default.nix
+++ b/default.nix
@@ -40,6 +40,13 @@ in rec {
build_examples = "true";
};
+
+ codec-unit = pkgs.callPackage modules/codec-unit/.nix/derivation.nix {
+ inherit version;
+ inherit forstio;
+ inherit stdenv;
+ inherit clang-tools;
+ };
codec-json = pkgs.callPackage modules/codec-json/.nix/derivation.nix {
inherit version;
@@ -155,6 +162,7 @@ in rec {
forstio.core
forstio.async
forstio.codec
+ forstio.codec-unit
forstio.codec-json
forstio.codec-netcdf
forstio.io