From 5d8cd1d06c7faf0d30f17578ea4a29df006f3d9e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 1 Oct 2025 12:38:54 +0200 Subject: Initial run and record commit --- run_and_record/.nix/derivation.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 run_and_record/.nix/derivation.nix (limited to 'run_and_record/.nix') diff --git a/run_and_record/.nix/derivation.nix b/run_and_record/.nix/derivation.nix new file mode 100644 index 0000000..d312b5a --- /dev/null +++ b/run_and_record/.nix/derivation.nix @@ -0,0 +1,21 @@ +{ stdenv +, scons +, forstio +}: + +stdenv.mkDerivation { + pname = "kel_run_and_record"; + version = "0.0.0"; + + nativeBuildInputs = [ + scons + ]; + + buildInputs = [ + forstio.core + forstio.codec + forstio.codec-json + ]; + + src = ./..; +} -- cgit v1.2.3