Files
nix/packages/devkit/default.nix

5 lines
94 B
Nix

{pkgs}: rec {
ghostty = pkgs.callPackage ./ghostty {};
git = pkgs.callPackage ./git {};
}