aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-02-08 11:26:54 +1100
committerJustin Bedo <cu@cua0.org>2021-02-08 11:37:07 +1100
commit801da8cf9560e1af468d7333f34cb98ae11934a7 (patch)
tree14f2418b1d4f9d12a0a3adae9da1adad5fb3f47e /flake.nix
parentc7756678c8a543f216654d518eeee3c4bd6a4b8f (diff)
add flake.nix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..dadeb23
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,6 @@
+{
+ description = "Bioinformatics workflows with Nix";
+ outputs = { self, ... }: {
+ lib = import ./.;
+ };
+}