aboutsummaryrefslogtreecommitdiff
path: root/lib/types.nix
AgeCommit message (Collapse)Author
2022-05-16quip: initJustin Bedo
2022-01-25add bgz support and fix nested compression supportJustin Bedo
2021-10-29treewide reformatting and simplificationJustin Bedo
- simplify with statix - reformat with nixpkgs-fmt
2020-11-18switch to unchecked ADTsJustin Bedo
Checked ADTs are causing an issue with the new overlays. If an overlay that provides the entire tree is used, e.g.,: (self: super: super.slurm {}) then the result is unusable due to ADT type checking errors.
2019-01-09large refactorJustin Bedo
- use bionix.pkgs instead of nixpkgs - replace stdenv.mkDerivation with stage
2019-01-08types: expose nix-adtJustin Bedo
2018-11-02kallisto: initJustin Bedo
2018-10-25Improve type safety of samtools-mergeJustin Bedo
2018-10-25Simplify types for sortingJustin Bedo
2018-10-09Simplify default to error in typesJustin Bedo
2018-10-05implement typesJustin Bedo