diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 71f75d8..5a3289f 100644 --- a/default.nix +++ b/default.nix @@ -41,7 +41,7 @@ in rec { build_examples = "true"; }; - codec-unit = pkgs.callPackage modules/codec-unit/.nix/derivation.nix { + codec-unit = pkgs.callPackage modules/codec-unit/.nix/derivation.nix { inherit version; inherit forstio; inherit stdenv; @@ -55,6 +55,13 @@ in rec { inherit clang-tools; }; + codec-sql = pkgs.callPackage modules/codec-sql/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit stdenv; + inherit clang-tools; + }; + codec-netcdf = pkgs.callPackage modules/codec-netcdf/.nix/derivation.nix { inherit version; inherit forstio; |