How to properly package a executable file

postInstall, there’s no extraInstallCommands.

Ah ok so I just add

postInstall = ''
mv $out/bin/cmd $out/bin/flatpak-compose
'';

?

Edit: yes it is

Im almost ready to make a pull request, but I have no idea how to, I cloned the nixpkgs repo, added my package, how do i make a pr now

I believe I found the correct arg name, it’s called tag. Use that instead of rev when referring to a tag.

1 Like

i think it would be better if this package was installable through flakes, since i dont think many people will actually use this, which is a requirement for contributing to nixpkgs