From 6379fe9ca2cad3d0c9d886e7808b1d579ce349c2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 29 Aug 2025 22:17:14 +0200 Subject: Not even sure why I have this --- default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'default.nix') 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; -- cgit v1.2.3