default.nix 95 B

1234
  1. { pkgs ? (import <nixpkgs>) {} }:
  2. {
  3. # ghostty = pkgs.callPackage ./ghostty/package.nix {};
  4. }