nix-config/pkgs/default.nix

7 lines
150 B
Nix

[
(_self: super: {
zsh-histdb-skim = super.callPackage ./zsh-histdb-skim.nix {};
zsh-histdb = super.callPackage ./zsh-histdb.nix {};
})
]