Add ax symlink for axolotl binary

This commit is contained in:
2026-04-09 23:58:15 +02:00
parent a6e67ae28f
commit 3f624516d5

View File

@@ -13,4 +13,8 @@ pkgs.buildGoModule {
sourceRoot = "ax/src";
vendorHash = "sha256-+ZC1pQJzt7Cv7whzJ2r8OjWZ1C5MMGgmYYk0BEbPyJU=";
postInstall = ''
ln -s $out/bin/axolotl $out/bin/ax
'';
}