Merge pull request #1395 from iynaix/meta-main-program

nix: Add meta.mainProgram
This commit is contained in:
Mitchell Hashimoto
2024-01-27 18:54:12 -08:00
committed by GitHub

View File

@ -162,5 +162,6 @@ in
homepage = "https://github.com/mitchellh/ghostty";
license = licenses.mit;
platforms = ["x86_64-linux" "aarch64-linux"];
mainProgram = "ghostty";
};
})