From a3338b55da55f467d984ac36e7c3f158b88245b9 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 27 Oct 2025 16:31:40 +0100 Subject: Dangling changes --- task_cell_graph/.nix/derivation.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 task_cell_graph/.nix/derivation.nix (limited to 'task_cell_graph/.nix/derivation.nix') diff --git a/task_cell_graph/.nix/derivation.nix b/task_cell_graph/.nix/derivation.nix new file mode 100644 index 0000000..8837a86 --- /dev/null +++ b/task_cell_graph/.nix/derivation.nix @@ -0,0 +1,21 @@ +{ stdenv +, scons +, forstio +}: + +stdenv.mkDerivation { + pname = "kel_task_cell_graph"; + version = "0.0.0"; + + nativeBuildInputs = [ + scons + ]; + + buildInputs = [ + forstio.core + forstio.codec + forstio.codec-json + ]; + + src = ./..; +} -- cgit v1.2.3