aboutsummaryrefslogtreecommitdiff
path: root/test.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-09-06 08:28:51 +1000
committerJustin Bedo <cu@cua0.org>2018-09-06 08:28:51 +1000
commit415c38f9fe497b90c9ca53fce0c0599ea71d05ea (patch)
tree60353563913d1d71a22d9334952f5ac5d6f2973a /test.nix
parentd7b738eea555bb63026279589d4b835f8459b9f0 (diff)
renamed and fixed depends
Diffstat (limited to 'test.nix')
-rw-r--r--test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.nix b/test.nix
index dd5ce75..c59f786 100644
--- a/test.nix
+++ b/test.nix
@@ -71,7 +71,7 @@ let
'';
};
- condaTest = conda.withCondaEnv condaEnv "bwa";
+ condaTest = conda.inCondaEnv condaEnv "bwa";
in condaTest