From 5212ea31af9b1f34a1f7400166563b945f94bc5c Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 24 Oct 2023 14:23:28 +0200 Subject: nix: Changing whole nix build setup to use stdenv --- tests/.nix/derivation.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index 198588a..198095e 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -1,13 +1,12 @@ { lib -, stdenvNoCC +, stdenv , scons -, clang , clang-tools , version , forstio }: -stdenvNoCC.mkDerivation { +stdenv.mkDerivation { pname = "forstio-test-cases"; inherit version; src = ./..; @@ -16,7 +15,6 @@ stdenvNoCC.mkDerivation { nativeBuildInputs = [ scons - clang clang-tools forstio.async forstio.codec -- cgit v1.2.3