From 55f9635f8818614d1c0e5f2dbfc6eb3de18a7107 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Sun, 1 Sep 2024 13:24:09 +0200 Subject: Playing around with dependencies. I need to think about the potential async codec behaviours --- modules/async/.nix/derivation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/async/.nix') diff --git a/modules/async/.nix/derivation.nix b/modules/async/.nix/derivation.nix index 3992ea1..96bf173 100644 --- a/modules/async/.nix/derivation.nix +++ b/modules/async/.nix/derivation.nix @@ -21,7 +21,8 @@ in stdenv.mkDerivation { ]; buildInputs = [ - forstio.core + forstio.core + forstio.codec ]; doCheck = true; -- cgit v1.2.3