nix: Add meta.mainProgram
parent
38607a0f34
commit
6a720564b6
|
|
@ -162,5 +162,6 @@ in
|
||||||
homepage = "https://github.com/mitchellh/ghostty";
|
homepage = "https://github.com/mitchellh/ghostty";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = ["x86_64-linux" "aarch64-linux"];
|
platforms = ["x86_64-linux" "aarch64-linux"];
|
||||||
|
mainProgram = "ghostty";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue