Add ax symlink for axolotl binary
This commit is contained in:
@@ -13,4 +13,8 @@ pkgs.buildGoModule {
|
|||||||
sourceRoot = "ax/src";
|
sourceRoot = "ax/src";
|
||||||
|
|
||||||
vendorHash = "sha256-+ZC1pQJzt7Cv7whzJ2r8OjWZ1C5MMGgmYYk0BEbPyJU=";
|
vendorHash = "sha256-+ZC1pQJzt7Cv7whzJ2r8OjWZ1C5MMGgmYYk0BEbPyJU=";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ln -s $out/bin/axolotl $out/bin/ax
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user