From 2790590996da2f6a0f4d59570de62078a5ac8ae2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 5 Feb 2024 17:39:28 +0100 Subject: tools: Move to new module structure and moving to more schema based generation to convert more easily to json --- modules/tools/.nix/derivation.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'modules/tools/.nix') diff --git a/modules/tools/.nix/derivation.nix b/modules/tools/.nix/derivation.nix index 6e3fbe1..81052f3 100644 --- a/modules/tools/.nix/derivation.nix +++ b/modules/tools/.nix/derivation.nix @@ -24,8 +24,15 @@ in stdenv.mkDerivation { forstio.core forstio.async forstio.io - forstio.codec - ]; + forstio.codec + forstio.codec-json + ]; + + doCheck = true; + checkPhase = '' + scons test + ./bin/tests + ''; outputs = ["out" "dev"]; } -- cgit v1.2.3