diff options
author | Justin Bedo <cu@cua0.org> | 2019-05-15 13:55:07 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-05-15 13:55:07 +1000 |
commit | c79119614ac4f440cd5ac9ff79f12a40753cfb28 (patch) | |
tree | c1d912743e01fe260af62dc7ea3208181cf9ddfc | |
parent | 1a160f714516ae4d6d8af92380b0713fdd2eadf6 (diff) |
edit example to support passing bionix as argument
-rw-r--r-- | examples/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 |