aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-01-20 08:02:58 +1100
committerJustin Bedo <cu@cua0.org>2023-01-20 09:40:24 +1100
commit307d1afe9b82d24e9740cbb6b1bb5f9fa1cf8f2c (patch)
tree35bb24eeb2aed3118b2ce23cf1449d1dd00856b6 /flake.nix
parent5db331b67582a92d00fdf9a11973fe66c5f19218 (diff)
bump ppl
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 90d4b35..19f161d 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:phylogenies";});
}