summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-17 12:27:34 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-17 12:27:34 +0100
commit06167d6ecc3c0c87e0d582ec69c55011f3eb49f1 (patch)
tree2b6273d7207333d7f1bbf615b02db3c68be80d58 /default.nix
parent634f55ceed45197e743c2d1c3df0c97c6f8888ae (diff)
tests: Removing the tests dir since tests have been moved to the
individual modules
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix9
1 files changed, 0 insertions, 9 deletions
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;
- };
}