From b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 13:38:04 +0100 Subject: Reworking structure --- .nix/derivation.nix | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .nix/derivation.nix (limited to '.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix deleted file mode 100644 index 5d77b56..0000000 --- a/.nix/derivation.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, forstio -}: - -stdenv.mkDerivation { - pname = "kel-lbm"; - version = "0.0.2"; - src = ../lib; - - nativeBuildInputs = [ - scons - clang-tools - ]; - - buildInputs = [ - forstio.core - forstio.async - forstio.codec - forstio.codec-unit - forstio.codec-json - ]; - - doCheck = true; - checkPhase = '' - scons test - ./bin/tests - ''; - - preferLocalBuild = true; - - outputs = [ "out" "dev" ]; -} -- cgit v1.2.3