diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-10 23:45:17 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-10 23:45:17 +0200 |
commit | 73fac05aa07a0dd16f7061baddd4b934c7855fed (patch) | |
tree | a604b60635052450755729beaa8450c402ab05a6 /tests/.nix | |
parent | 6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e (diff) |
c++: Setting up testing progress
Diffstat (limited to 'tests/.nix')
-rw-r--r-- | tests/.nix/derivation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index d5a698c..e6a109a 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -21,6 +21,8 @@ stdenvNoCC.mkDerivation { forstio.core forstio.async forstio.test + forstio.codec + forstio.codec-json ]; outputs = ["out" "dev"]; |