diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-12-06 13:31:41 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-12-06 13:31:41 +0100 |
commit | 196c51bf446a31c13f2a5f228964d73eebee8495 (patch) | |
tree | 50bd70e1e0c9cdb0a6be54609a42124ba75fcf61 | |
parent | a7467890c40c0ae12a0a15f33321af78ada7711d (diff) |
tests: Removed forstio.test from .nix derivation
-rw-r--r-- | tests/.nix/derivation.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index ea40920..1438fb3 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -23,7 +23,6 @@ stdenv.mkDerivation { forstio.codec-netcdf forstio.core forstio.io - forstio.test forstio.window netcdf ]; |