5 lines
94 B
Nix
5 lines
94 B
Nix
{pkgs}: rec {
|
|
ghostty = pkgs.callPackage ./ghostty {};
|
|
git = pkgs.callPackage ./git {};
|
|
}
|