aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-01-25 08:37:54 +1100
committerJustin Bedo <cu@cua0.org>2023-01-25 10:14:56 +1100
commitc7059c4d7309f1371f5acf8398b4adb4f2f33881 (patch)
treec833415aab3f905db682710fcf2918ffeb474172 /flake.nix
parentd75b9577bda1e2c629dc9a9f63ee5846231e110d (diff)
separate dot drawing into standalone program
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 19f161d..9ba6891 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,5 +35,5 @@
};
flake = pkgs.phylogenies.flake {};
in
- flake // {packages.default = flake.packages."phylogenies:exe:phylogenies";});
+ flake // {packages.default = flake.packages."phylogenies:exe:cluster"; packages.draw = flake.packages."phylogenies:exe:draw";});
}