From 3ebd171e61f67a184d18853c08226403e39bd4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silas=20Sch=C3=B6ffel?= Date: Mon, 6 May 2024 15:51:41 +0200 Subject: [PATCH] fix(flake): add buildinputs to devShell This fixes a regression introduced in cc13ec2867d2eee884230b8e3a630324d2060191 which caused the devShell to lack some dependencies required to build trinitrix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ac95dd7..2490b0a 100644 --- a/flake.nix +++ b/flake.nix @@ -165,6 +165,7 @@ valgrind licensure ]; + inherit nativeBuildInputs buildInputs; }; }); }