From c79119614ac4f440cd5ac9ff79f12a40753cfb28 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 15 May 2019 13:55:07 +1000 Subject: edit example to support passing bionix as argument --- examples/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/default.nix b/examples/default.nix index 5b3b523..3d8c62b 100644 --- a/examples/default.nix +++ b/examples/default.nix @@ -1,6 +1,8 @@ # This example uses the pipelines specified in the call.nix file on the # synthetic data in this directory. -with import ./.. {}; +{bionix ? import ./.. {}}: + +with bionix; let -- cgit v1.2.3