diff options
Diffstat (limited to 'examples')
-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 |