diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-25 08:37:54 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-25 10:14:56 +1100 |
commit | c7059c4d7309f1371f5acf8398b4adb4f2f33881 (patch) | |
tree | c833415aab3f905db682710fcf2918ffeb474172 /flake.nix | |
parent | d75b9577bda1e2c629dc9a9f63ee5846231e110d (diff) |
separate dot drawing into standalone program
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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";}); } |