From 2aa2af0007b7e969845642027c635cd3fd9c8aea Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 3 May 2023 20:34:02 +0200 Subject: Moved dirs and added codec-json dir --- forstio/core/.nix/derivation.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 forstio/core/.nix/derivation.nix (limited to 'forstio/core/.nix') diff --git a/forstio/core/.nix/derivation.nix b/forstio/core/.nix/derivation.nix deleted file mode 100644 index adf0cb4..0000000 --- a/forstio/core/.nix/derivation.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ lib -, stdenvNoCC -, scons -, clang -, clang-tools -, version -}: - -let - -in stdenvNoCC.mkDerivation { - pname = "forstio-core"; - inherit version; - - src = ./..; - - enableParallelBuilding = true; - - nativeBuildInputs = [ - scons - clang - clang-tools - ]; - - outputs = ["out" "dev"]; -} -- cgit v1.2.3