murex: make package a shellPackage

This commit is contained in:
atagen 2024-08-22 09:55:50 +10:00
parent 50703e0c7b
commit e9d0064b02

View File

@ -25,4 +25,8 @@ buildGoModule rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ dit7ya kashw2 ];
};
passthru = {
shellPath = "/bin/murex";
};
}