aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
blob: dadeb23d7501b4f60250bfef6736dbcabf66f861 (plain)
1
2
3
4
5
6
{
  description = "Bioinformatics workflows with Nix";
  outputs = { self, ... }: {
    lib = import ./.;
  };
}