nixpkgs/home/packages/custom/typo3-push-core/default.nix

12 lines
149 B
Nix
Raw Normal View History

{
writeShellApplication
}:
writeShellApplication {
name = "custom-typo3-push-core";
text = ''
git push origin HEAD:refs/for/main
'';
}