From 6eb839f219d80c018a58865a79f0623e839cef09 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 12 Jan 2026 16:05:22 +0100 Subject: Adding commands --- kel_cmds/.nix/derivation.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kel_cmds/.nix/derivation.nix (limited to 'kel_cmds/.nix/derivation.nix') diff --git a/kel_cmds/.nix/derivation.nix b/kel_cmds/.nix/derivation.nix new file mode 100644 index 0000000..ac8f771 --- /dev/null +++ b/kel_cmds/.nix/derivation.nix @@ -0,0 +1,23 @@ +{ stdenv +, scons +, clang-tools +, forstio +}: + +stdenv.mkDerivation { + pname = "kel_cmds"; + version = "0.0.0"; + + nativeBuildInputs = [ + clang-tools + scons + ]; + + buildInputs = [ + forstio.core + forstio.codec + forstio.codec-json + ]; + + src = ./..; +} -- cgit v1.2.3