From 06167d6ecc3c0c87e0d582ec69c55011f3eb49f1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 17 Jan 2024 12:27:34 +0100 Subject: tests: Removing the tests dir since tests have been moved to the individual modules --- default.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 4d2e1b0..004ef89 100644 --- a/default.nix +++ b/default.nix @@ -74,14 +74,5 @@ in rec { inherit stdenv; inherit clang-tools; }; - }; - - - forstio-test-cases = pkgs.callPackage tests/.nix/derivation.nix { - inherit version; - inherit forstio; - inherit stdenv; - inherit clang-tools; - }; } -- cgit v1.2.3