2023-09-18 14:36:41 +02:00
|
|
|
[
|
|
|
|
(_self: super: {
|
|
|
|
zsh-histdb-skim = super.callPackage ./zsh-histdb-skim.nix {};
|
|
|
|
zsh-histdb = super.callPackage ./zsh-histdb.nix {};
|
2023-09-25 21:28:30 +02:00
|
|
|
deploy = super.callPackage ./deploy.nix {};
|
2023-10-12 02:30:03 +02:00
|
|
|
formats =
|
|
|
|
super.formats
|
|
|
|
// {
|
|
|
|
ron = import ./ron.nix {inherit (super) lib pkgs;};
|
|
|
|
};
|
2023-09-18 14:36:41 +02:00
|
|
|
})
|
|
|
|
]
|